ZAF_ProtocolConfig#

Functions#

Gets the application node info.

Gets the radio configuration.

Gets the protocol configuration.

Function Documentation#

zaf_get_app_node_info#

SAppNodeInfo_t * zaf_get_app_node_info (void)

Gets the application node info.

Parameters
N/A

Returns

  • SAppNodeInfo_t* Pointer to the application node info


Definition at line 23 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZAF/ProtocolConfig/inc/zaf_protocol_config.h

zaf_get_radio_config#

SRadioConfig_t * zaf_get_radio_config (void)

Gets the radio configuration.

Parameters
N/A

Returns

  • SRadioConfig_t* Pointer to the radio configuration


Definition at line 30 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZAF/ProtocolConfig/inc/zaf_protocol_config.h

zaf_get_protocol_config#

const SProtocolConfig_t * zaf_get_protocol_config (void)

Gets the protocol configuration.

Parameters
N/A

Returns

  • const SProtocolConfig_t* Pointer to the protocol configuration


Definition at line 37 of file /mnt/raid/workspaces/ws.WDdsgIAV6/overlay/gsdk/protocol/z-wave/ZAF/ProtocolConfig/inc/zaf_protocol_config.h