ISerialProtocol Interface |
Namespace: Brainboxes.IO
The ISerialProtocol type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataAvailable |
Indicates whether data is available, can be 0, for no data, 1 for 1 or more bytes,
or a number representing the precise number of bytes
|
![]() | Encoding |
The character encoding used to send and receive data
|
![]() | Stream |
The stream on which the protocol acts
(Inherited from IProtocol.) |
Name | Description | |
---|---|---|
![]() | Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) |
![]() | Receive |
Receive data from the serial port
|
![]() | Send |
Send data down the serial port
|