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


Definition at line 1573 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_application_transport_interface.h

ZwRxQueue#

QueueHandle_t SApplicationHandles::ZwRxQueue

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


Definition at line 1577 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_application_transport_interface.h

pZwCommandQueue#

SQueueNotifying* SApplicationHandles::pZwCommandQueue

Notifying Queue object (contains FreeRTOS queue)

  • Queue for commands from Application to protocol


Definition at line 1580 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_application_transport_interface.h

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)


Definition at line 1584 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_application_transport_interface.h

pNetworkStatistics#

const zpal_radio_network_stats_t* SApplicationHandles::pNetworkStatistics

Network statistics supplied by protocol.


Definition at line 1590 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_application_transport_interface.h

pProtocolInfo#

const SProtocolInfo* SApplicationHandles::pProtocolInfo

Definition at line 1592 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_application_transport_interface.h

pNetworkInfo#

const SNetworkInfo* SApplicationHandles::pNetworkInfo

Definition at line 1594 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_application_transport_interface.h

pLongRangeInfo#

const SLongRangeInfo* SApplicationHandles::pLongRangeInfo

Only used by Controller nodes.

Content is set to 0 on Slave nodes.


Definition at line 1596 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_application_transport_interface.h

pRadioStatus#

const SRadioStatus* SApplicationHandles::pRadioStatus

Definition at line 1598 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZWave/API/ZW_application_transport_interface.h