Serial Methods Fling OS

The Serial type exposes the following members.

Methods

  Name Description
Private method BeginRead
Public method Disconnect
Cleanly disconnects the pipe and terminates reading.
Public method Dispose
Private method EndRead
Public method Init
Initialises the named pipe server and waits for a connection
Public method ReadBytes
Reads the specified number of bytes from the pipe.
Public method Write(Byte)
Writes a byte to the serial pipe.
Public method Write(UInt32)
Writes a UInt32 to the serial pipe.
Public method Write(UInt64)
Writes a UInt64 to the serial pipe.
Top
See Also