Enumeration of sending status that could be return by the ISerialDriverService implementation.
More...
Go to the source code of this file.
Typedefs |
|
typedef enum tagSerialDriverStatus | SerialDriverStatus |
Enumerations |
| enum | tagSerialDriverStatus {
OK_SERIALDRIVER_SUCCESS,
KO_SENDING_FAILURE,
KO_SERIALFRAME_REQUIRED,
KO_SERIALDRIVER_NOT_OPEN,
KO_SERIALDRIVER_ALREADY_IN_USE,
KO_SERIALDRIVER_ALREADY_OPEN,
KO_SERIALDRIVER_LISTENER_ALREADY_REGISTERED,
KO_SERIALDRIVER_LISTENER_NOT_REGISTERED,
KO_SERIALDRIVER_MAX_SPY_LISTENER_EXCEED,
KO_SERIALPORT_DISCONNECTED,
KO_SERIALPORT_UNEXPECTED_ERROR,
KO_SERIALPORT_NOT_AVAILABLE,
KO_PARAM_SERIALPORTID_NOT_EXIST,
KO_PARAM_BAUDRATE_NOT_VALID,
KO_PARAM_DATABIT_NOT_VALID,
KO_PARAM_STOPBIT_NOT_VALID,
KO_PARAM_PARITY_NOT_VALID,
KO_PARAM_FLOWCONTROLIN_NOT_VALID,
KO_PARAM_FLOWCONTROLOUT_NOT_VALID,
KO_PARAM_LISTENINGPERIOD_NOT_VALID,
KO_PARAM_NOT_VALID
} |
Detailed Description
Enumeration of sending status that could be return by the ISerialDriverService implementation.