more work on IPC data protocol.
This commit is contained in:
@@ -22,8 +22,11 @@
|
||||
#define AQH_IPC_PROTOCOL_RESULT_VERSION 1
|
||||
|
||||
|
||||
#define AQH_MSG_IPC_SUCCESS 0
|
||||
#define AQH_MSG_IPC_ERROR_NODATA 1
|
||||
#define AQH_MSG_IPC_SUCCESS 0
|
||||
#define AQH_MSG_IPC_ERROR_INVALID 1
|
||||
#define AQH_MSG_IPC_ERROR_EXISTS 2
|
||||
#define AQH_MSG_IPC_ERROR_NODATA 3
|
||||
#define AQH_MSG_IPC_ERROR_BADDATA 4
|
||||
|
||||
|
||||
AQHOME_API GWEN_MSG *AQH_ResultIpcMsg_new(uint16_t code, uint32_t resultCode);
|
||||
|
||||
Reference in New Issue
Block a user