![]() |
Z-Stack API Reference
3.3.0
|
Green Power functions. More...
Functions | |
| ZStatus_t | zclGp_RegisterCmdCallbacks (uint8 endpoint, zclGp_AppCallbacks_t *callbacks) |
| ZStatus_t | zclGp_SendGpProxyTableResponse (afAddrType_t *dstAddr, zclGpTableResponse_t *rsp, uint8 seqNum) |
| ZStatus_t | zclGp_SendGpNotificationCommand (gpNotificationCmd_t *cmd, uint8 secNum) |
| ZStatus_t | zclGp_SendGpCommissioningNotificationCommand (gpCommissioningNotificationCmd_t *pCmd) |
| void | gp_CreateNotificationMsgList (gpNotificationMsg_t **pHead) |
| void | gp_CreateCmdPayloadMsgList (gpCmdPayloadMsg_t **pHead) |
| gpNotificationMsg_t * | gp_AddNotificationMsgNode (gpNotificationMsg_t **pHead, gpCmdPayloadMsg_t *pMsg) |
| gpCmdPayloadMsg_t * | gp_AddCmdPayloadMsgNode (gpCmdPayloadMsg_t **pHead, uint8 *pBuf, uint8 len) |
| gpNotificationMsg_t * | gp_GetHeadNotificationMsg (void) |
| gpNotificationMsg_t ** | gp_GetPHeadNotification (void) |
| gpCmdPayloadMsg_t * | gp_GetHeadCmdPayloadMsg (void) |
| gpCmdPayloadMsg_t ** | gp_GetPHeadCmdPayload (void) |
| void | gp_NotificationMsgClean (gpNotificationMsg_t **pHead) |
| void | gp_CmdPayloadMsgClean (gpCmdPayloadMsg_t **pHead) |
| uint8 | gp_getProxyTableByIndex (uint16 nvIndex, uint8 *pEntry) |
| uint8 | gp_getSinkTableByIndex (uint16 nvIndex, uint8 *pEntry) |
| uint8 | gp_getProxyTableByGpId (gpdID_t *gpd_ID, uint8 *pEntry, uint16 *NvProxyTableIndex) |
| uint8 | gp_getSinkTableByGpId (gpdID_t *gpd_ID, uint8 *pEntry, uint16 *NvSinkTableIndex) |
| void | gp_ResetProxyTblEntry (uint8 *entry) |
| void | gp_ResetSinkTblEntry (uint8 *entry) |
Green Power functions.