Network Management#
Functions#
void
ZAF_SetMaxInclusionRequestIntervals(uint32_t intervals)
Command to set the maximum inclusion request interval.
void
ZAF_SendINIF(void(*pCallback)(uint8_t txStatus, TX_STATUS_TYPE *extendedTxStatus))
Broadcasts an Included Node Information Frame (INIF).
Function Documentation#
ZAF_SetMaxInclusionRequestIntervals#
void ZAF_SetMaxInclusionRequestIntervals (uint32_t intervals)
Command to set the maximum inclusion request interval.
Parameters
N/A | intervals | The maximum number of seconds in units of 128sec/tick in between SmartStart inclusion requests. Valid range 0 and 5-99. 0 is default value and corresponds to 512 sec. The range 5-99 corresponds to 640-12672sec. |
A status message with type=EZWAVECOMMANDSTATUS_ZW_SET_MAX_INCL_REQ_INTERVALS is returned to the application command status queue when the command has completed.
Definition at line
37
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/ApplicationUtilities/ZAF_network_management.h
ZAF_SendINIF#
void ZAF_SendINIF (void(*)(uint8_t txStatus, TX_STATUS_TYPE *extendedTxStatus) pCallback)
Broadcasts an Included Node Information Frame (INIF).
Parameters
N/A | pCallback | Pointer to a callback function that will be invoked when transmission is successful or has failed. |
Definition at line
45
of file /mnt/raid/workspaces/ws.T7KR5OZRo/overlay/gsdk/protocol/z-wave/ZAF/ApplicationUtilities/ZAF_network_management.h