7 #ifndef __ENUM_MCSTATUS_H
8 #define __ENUM_MCSTATUS_H
13 ENUM_MCS_IllegalFunction = 0x1,
14 ENUM_MCS_IllegalDataAddress = 0x2,
15 ENUM_MCS_IllegalDataValue = 0x3,
16 ENUM_MCS_IllegalResponseLength = 0x4,
17 ENUM_MCS_Acknowledge = 0x5,
18 ENUM_MCS_SlaveDeviceBusy = 0x6,
19 ENUM_MCS_NegativeAcknowledge = 0x7,
20 ENUM_MCS_MemoryParityError = 0x8,
21 ENUM_MCS_IllegalSubFunction_5xxxOnly = 0x9,
22 ENUM_MCS_GatewayPathUnavailable = 0xA,
23 ENUM_MCS_NotLoggedIn_5xxxOnly = 0xA,
24 ENUM_MCS_TargetDeviceFailedToRespond = 0xB,
29 ENUM_MCS_ConnectFailed,
30 ENUM_MCS_NoAvailableSockets,
31 ENUM_MCS_LoopbackDataError,
33 ENUM_MCS_UnknownError,
34 ENUM_MCS_TransactionDisabled,
35 ENUM_MCS_SocketWriteFailed,
36 ENUM_MCS_MasterRejected,