Zigbee Protocol Controller 1.6.0
gateway_sleepy_queue.h File Reference

Go to the source code of this file.

Classes

struct  gateway_frame_t
 

Functions

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 More...
 
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 retrieved in the order they are stored (FIFO) More...
 
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 More...
 

Variables

const unsigned int MAX_SLEEPY_RETRIES = 64