22#ifndef ZIGPC_GATEWAY_SLEEPY_QUEUE_H
23#define ZIGPC_GATEWAY_SLEEPY_QUEUE_H
uint32_t sl_status_t
Definition: sl_status.h:139
uint8_t zigbee_eui64_t[ZIGBEE_EUI64_SIZE]
Zigbee Device EUI64 ID.
Definition: zigpc_common_zigbee.h:193
uint16_t zcl_cluster_id_t
A representation of the endpoint cluster id used in ZCL.
Definition: zigpc_common_zigbee.h:254
uint8_t zigbee_endpoint_id_t
A representation of the endpoint id used on the Zigbee protocol.
Definition: zigpc_common_zigbee.h:248
const unsigned int MAX_SLEEPY_RETRIES
Definition: gateway_sleepy_queue.h:33
sl_status_t zigpc_gateway_retrieve_sleepy_frame(const zigbee_eui64_t eui64, gateway_frame_t *frame)
zigpc_gateway_retrieve_sleepy_frame Retrieve the next frame destined for a sleepy device Frames are r...
sl_status_t zigpc_gateway_store_sleepy_frame(gateway_frame_t frame)
zigpc_gateway_store_sleepy_frame Stores a new ZCL frame destined to a sleepy end device
unsigned int zigpc_gateway_retrieve_num_stored(const zigbee_eui64_t eui64)
zigpc_gateway_retrieve_num_stored Retrieves the number of stored messages for a given sleepy device
Definition: gateway_sleepy_queue.h:35
zcl_frame_t frame
Definition: gateway_sleepy_queue.h:39
zcl_cluster_id_t cluster_id
Definition: gateway_sleepy_queue.h:38
zigbee_endpoint_id_t endpoint_id
Definition: gateway_sleepy_queue.h:37
zigbee_eui64_t eui64
Definition: gateway_sleepy_queue.h:36
Definition: zigpc_common_zigbee.h:293