Represents the operation used by ASCII protocol
enum Go2AsciiOperation { GO2_ASCII_ASYNCHRONOUS = 0, GO2_ASCII_POLLING = 1 };
|
Members |
Description |
|
GO2_ASCII_ASYNCHRONOUS = 0 |
ASCII protocol sends data asynchronously |
|
GO2_ASCII_POLLING = 1 |
ASCII protocol requires polling |
Go2Api.h