Public Attributes#

Notifying Queue object (contains FreeRTOS queue)

QueueHandle_t

FreeRTOS Queue handle - Queue for ZW frames forwarded from protocol to application.

Notifying Queue object (contains FreeRTOS queue)

QueueHandle_t

FreeRTOS Queue handle - Queue for status replies from protocol to application (status on commands from application to protocol and Tx request from App to protocol)

Network statistics supplied by protocol.

Only used by Controller nodes.

Public Attribute Documentation#

pZwTxQueue#

SQueueNotifying* SApplicationHandles::pZwTxQueue

Notifying Queue object (contains FreeRTOS queue)

  • Queue for ZW frames from application to Protocol for transmission


ZwRxQueue#

QueueHandle_t SApplicationHandles::ZwRxQueue

FreeRTOS Queue handle - Queue for ZW frames forwarded from protocol to application.


pZwCommandQueue#

SQueueNotifying* SApplicationHandles::pZwCommandQueue

Notifying Queue object (contains FreeRTOS queue)

  • Queue for commands from Application to protocol


ZwCommandStatusQueue#

QueueHandle_t SApplicationHandles::ZwCommandStatusQueue

FreeRTOS Queue handle - Queue for status replies from protocol to application (status on commands from application to protocol and Tx request from App to protocol)


pNetworkStatistics#

const zpal_radio_network_stats_t* SApplicationHandles::pNetworkStatistics

Network statistics supplied by protocol.


pProtocolInfo#

const SProtocolInfo* SApplicationHandles::pProtocolInfo

pNetworkInfo#

const SNetworkInfo* SApplicationHandles::pNetworkInfo

pLongRangeInfo#

const SLongRangeInfo* SApplicationHandles::pLongRangeInfo

Only used by Controller nodes.

Content is set to 0 on Slave nodes.


pRadioStatus#

const SRadioStatus* SApplicationHandles::pRadioStatus