| Class | Description |
|---|---|
| CommandFailedException | Exception thrown when a command fails to execute properly |
| CommandResponseEventArgs | Eevnt args sent when the ISerialIO OnCommandResponse event is fired |
| CommandTimeoutException | Exception thrown when a command send to the serialIO, timeout before any matching end token are found |
| ReceivedDataEventArgs | Event Args received when ISerialIO OnReceive event if fired |
| SerialConnectionException | Exception thrown when a connection error with Serial port interface occurrs |
| SerialIO | Implements the ISerialIO interface for controlling the Serial Port |
| SerialIOService | Provides a singleton service which supplies ISerialIO interface implmentation objects |
| Enumeration | Description |
|---|---|
| ConnectionState | The various possible connection states for the serialIO component |
| LogFileMode | Determines which mode to log data to |