Enumerations | |
enum | MsgCode { None = 0, Info = 100, Initialization = 101, Termination = 102, Ok = 200, ProtocolOk = 201, ConnectionModeOk = 202, UnsupportedProtocol = 400, UnsupportedConnectionMode = 401, UnsufficientData = 402, UnknownCommand = 410, UnknownValue = 411, WrongValue = 412, TemporarilyProhibited = 413, DeviceLocked = 414, Forrbidden = 415, NoData = 416, Timeout = 417, ListTooLong = 418, ListTooShort = 419, UnsupportedDeviceProtocol = 420, UnsupportedDevice = 421, UnsupportedDeviceGroup = 422, UnsupportedOperation = 423, DeviceRenitialized = 424, NotSupported = 425, UnspecifiedError = 499, OutOfRessources = 500 } |
enum Srcp083::MsgCode |
Definition at line 23 of file srcp083_client.h.