Application Node Info#

Defines for ApplicationNodeInformation field deviceOptionMask.

Macros#

#define

< Not listening Node, corresponds to Reporting Sleeping End Device role type

#define

Frequently Listening, corresponds to FLiRS role type. Wakes up every 1000ms.

#define

Frequently Listening, corresponds to FLiRS role type. Wakes up every 250ms.

Macro Definition Documentation#

APPLICATION_NODEINFO_NOT_LISTENING#

#define APPLICATION_NODEINFO_NOT_LISTENING
Value:
0x00

< Not listening Node, corresponds to Reporting Sleeping End Device role type

Always On Node, corresponds to Always On (AOS) role type


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

APPLICATION_NODEINFO_LISTENING#

#define APPLICATION_NODEINFO_LISTENING
Value:
0x01

Frequently Listening, corresponds to FLiRS role type. Wakes up every 1000ms.


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

APPLICATION_FREQ_LISTENING_MODE_1000ms#

#define APPLICATION_FREQ_LISTENING_MODE_1000ms
Value:
0x10

Frequently Listening, corresponds to FLiRS role type. Wakes up every 250ms.


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

APPLICATION_FREQ_LISTENING_MODE_250ms#

#define APPLICATION_FREQ_LISTENING_MODE_250ms
Value:
0x20

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