Go to the source code of this file.
◆ zigpc_net_mgmt_hdl_idle_add_request()
zigpc_net_mgmt_hdl_idle_add_request Handle a request to add a new node to the network
- Parameters
-
eui64 | - EUI64 of the node to add |
install_code | - install code used to encrypt messages to specified device |
install_code_length | - length of install code (bytes) |
is_well_known_key_add | if True : use well known joining method, if false : use install code method |
- Returns
- SL_STATUS_OK if the node was added to added to TrustZone succesffuly
◆ zigpc_net_mgmt_hdl_idle_remove_request()
zigpc_net_mgmt_hdl_idle_remove_request Handle a request to remove a device from the network
- Parameters
-
eui64 | - EUI64 of the node to remove |
- Returns
- SL_STATUS_OK if the request to remove the device from the network was sent successfully
◆ zigpc_net_mgmt_init_complete()
Initialize Network Management The function expected to be called when the gateway completes setting up the network.
- Parameters
-
zigpc_eui64 | - The EUI64 of the gateway radio |
zigpc_endpoint_id | - the main endpoint used by the radio |
zigpc_panid | - the PANID of the Zigbee network |
zigpc_ext_panid | - extended PANID |
zigpc_radio_channel | - the channel used by the Zigbee network |
- Returns
- SL_STATUS_OK if the network was successfuly initialized
- Parameters
-
zigpc_eui64 | Gateway EUI64 |
zigpc_endpoint_id | Gateway Endpoint ID |
zigpc_panid | Network PAN ID |
zigpc_ext_panid | Network extended Pan ID |
zigpc_radio_channel | Network radio channel |
◆ zigpc_net_mgmt_node_add_complete()
zigpc_net_mgmt_node_add_complete Callback from the gateway when a node is added
- Parameters
-
node_eui64 | - EUI64 of the added node |
@SL_STATUS_OK if able to succseffuly manage the newly added node
◆ zigpc_net_mgmt_node_remove_complete()
zigpc_net_mgmt_node_remove_complete On a response from a node remove attempt
- Parameters
-
eui64 | - EUI64 of the node removed |
- Returns
- SL_STATUS_OK if the node removal could be properly handled
◆ zigpc_net_mgmt_publish_interview_status()
zigpc_net_mgmt_publish_interview_status On an response from a node interview message, publish the status
- Parameters
-
eui64 | - the EUI64 of the node |
discovery_status | - the status of the discovery process |
- Returns
- SL_STATUS_OK if the message was properly handled