Zigbee Protocol Controller 1.6.0
zigpc_net_mgmt_on_network_state_update Struct Reference

Event data on network state update. These fields will be used to publish the new state as well as any missing paramters needed to advance the network management FSM. More...

#include <zigpc_net_mgmt_notify.h>

Public Attributes

enum zigpc_net_mgmt_fsm_state new_state
 The new network management state. More...
 
enum zigpc_net_mgmt_fsm_state next_supported_states_list [ZIGPC_NET_MGMT_FSM_STATE_MAX_VAL]
 The next possible states in network management based on the new state that is supplied. More...
 
uint8_t next_supported_states_count
 
const char * requested_state_parameter_list [ZIGPC_NET_MGMT_REQUESTED_STATE_PARAMS_MAX]
 List of requested state parameters needed to perform network management action (add node, remove node, etc.). These parameters are supplied as a list of character arrays. More...
 
uint8_t requested_state_parameter_count
 

Detailed Description

Event data on network state update. These fields will be used to publish the new state as well as any missing paramters needed to advance the network management FSM.

Member Data Documentation

◆ new_state

enum zigpc_net_mgmt_fsm_state zigpc_net_mgmt_on_network_state_update::new_state

The new network management state.

◆ next_supported_states_count

uint8_t zigpc_net_mgmt_on_network_state_update::next_supported_states_count

◆ next_supported_states_list

enum zigpc_net_mgmt_fsm_state zigpc_net_mgmt_on_network_state_update::next_supported_states_list[ZIGPC_NET_MGMT_FSM_STATE_MAX_VAL]

The next possible states in network management based on the new state that is supplied.

◆ requested_state_parameter_count

uint8_t zigpc_net_mgmt_on_network_state_update::requested_state_parameter_count

◆ requested_state_parameter_list

const char* zigpc_net_mgmt_on_network_state_update::requested_state_parameter_list[ZIGPC_NET_MGMT_REQUESTED_STATE_PARAMS_MAX]

List of requested state parameters needed to perform network management action (add node, remove node, etc.). These parameters are supplied as a list of character arrays.


The documentation for this struct was generated from the following file: