The Serial type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
BeginRead | |
![]() |
Disconnect |
Cleanly disconnects the pipe and terminates reading.
|
![]() |
Dispose |
Disposes of the serial class. Calls Disconnect .
|
![]() |
EndRead | |
![]() |
Init |
Initialises the named pipe server and waits for a connection
|
![]() |
ReadBytes |
Reads the specified number of bytes from the pipe.
|
![]() |
Write(Byte) |
Writes a byte to the serial pipe.
|
![]() |
Write(UInt32) |
Writes a UInt32 to the serial pipe.
|
![]() |
Write(UInt64) |
Writes a UInt64 to the serial pipe.
|
See Also