| Interface | Description |
|---|---|
| FramedDevice.IFramer | |
| ICommandExecutor |
A "Batch command" executor.
|
| ICommandLineDevice |
This interface specifies a device that can be sent commands, and that can be queried for responses.
|
| IHarcHardware |
Some standard functions that all hardware interfaces should implement.
|
| Class | Description |
|---|---|
| BufferedExecutor |
This class wraps an ICommandExecutor into a ICommandLineDevice.
|
| FramedDevice |
This class is basically the encapsulation of a ICommandLineDevice and a Framer (a formatter for the lines).
|
| FramedDevice.Framer | |
| Main |
Gives possibilities to invoke many of the functions from the command line.
|
| MainString |
Gives possibilities to invoke many of the functions from the command line.
|
| Utils |
This class contains a few static support function.
|
| Version |
This class contains version and license information and constants.
|
| Exception | Description |
|---|---|
| HarcHardwareException |
To be thrown when hardware fails.
|
| TimeoutException |
Copyright © 2020. All rights reserved.