|
gwenhywfar
5.11.2beta
|

Go to the source code of this file.
Functions | |
| uint16_t | GWEN_IpcMsg_GetCode (const GWEN_MSG *msg) |
| uint32_t | GWEN_IpcMsg_GetMsgSize (const GWEN_MSG *msg) |
| uint8_t | GWEN_IpcMsg_GetProtoId (const GWEN_MSG *msg) |
| uint8_t | GWEN_IpcMsg_GetProtoVersion (const GWEN_MSG *msg) |
| int | GWEN_IpcMsg_IsMsgComplete (const GWEN_MSG *msg) |
| GWEN_MSG * | GWEN_IpcMsg_new (uint8_t protoId, uint8_t protoVer, uint16_t code, uint32_t payloadLen, const uint8_t *payload) |
| uint16_t GWEN_IpcMsg_GetCode | ( | const GWEN_MSG * | msg | ) |
Definition at line 104 of file msg_ipc.c.
References GWEN_MSGIPC_OFFS_CODE, and GWEN_MSGIPC_OFFS_PAYLOAD.
| uint32_t GWEN_IpcMsg_GetMsgSize | ( | const GWEN_MSG * | msg | ) |
Definition at line 72 of file msg_ipc.c.
References GWEN_MSGIPC_OFFS_SIZE.
Referenced by _getBytesNeededForMessage().

| uint8_t GWEN_IpcMsg_GetProtoId | ( | const GWEN_MSG * | msg | ) |
Definition at line 86 of file msg_ipc.c.
References GWEN_MSGIPC_OFFS_PAYLOAD, and GWEN_MSGIPC_OFFS_PROTOID.
| uint8_t GWEN_IpcMsg_GetProtoVersion | ( | const GWEN_MSG * | msg | ) |
Definition at line 95 of file msg_ipc.c.
References GWEN_MSGIPC_OFFS_PAYLOAD, and GWEN_MSGIPC_OFFS_PROTOVER.
| int GWEN_IpcMsg_IsMsgComplete | ( | const GWEN_MSG * | msg | ) |
Definition at line 53 of file msg_ipc.c.
References GWEN_MSGIPC_OFFS_SIZE.
| GWEN_MSG* GWEN_IpcMsg_new | ( | uint8_t | protoId, |
| uint8_t | protoVer, | ||
| uint16_t | code, | ||
| uint32_t | payloadLen, | ||
| const uint8_t * | payload | ||
| ) |
Definition at line 22 of file msg_ipc.c.
References GWEN_Msg_new(), GWEN_MSGIPC_OFFS_CODE, GWEN_MSGIPC_OFFS_PAYLOAD, GWEN_MSGIPC_OFFS_PROTOID, GWEN_MSGIPC_OFFS_PROTOVER, GWEN_MSGIPC_OFFS_SIZE, and NULL.

1.8.14