Z-Wave Protocol Controller Reference
ucl_network_management.h
Go to the documentation of this file.
1/******************************************************************************
2 * # License
3 * <b>Copyright 2021 Silicon Laboratories Inc. www.silabs.com</b>
4 ******************************************************************************
5 * The licensor of this software is Silicon Laboratories Inc. Your use of this
6 * software is governed by the terms of Silicon Labs Master Software License
7 * Agreement (MSLA) available at
8 * www.silabs.com/about-us/legal/master-software-license-agreement. This
9 * software is distributed to you in Source Code format and is governed by the
10 * sections of the MSLA applicable to Source Code.
11 *
12 *****************************************************************************/
13
98#ifndef UCL_NETWORK_MANAGEMENT_H
99#define UCL_NETWORK_MANAGEMENT_H
100
101#include "sl_status.h"
103#include "process.h"
104
105// Timeout before triggering remove failed node process
106#define UCL_NM_REMOVE_FAILED_NODE_TIMEOUT_DEFAULT 1000
107
113PROCESS_NAME(ucl_network_management_process);
114
115#ifdef __cplusplus
116extern "C" {
117#endif
118
127
136
137#ifdef __cplusplus
138}
139#endif
140
141#endif //UCL_NETWORK_MANAGEMENT_H
sl_status_t ucl_network_management_remove_offline_node(zwave_node_id_t node_id)
Initiates the removal process of an offline node.
sl_status_t ucl_network_management_request_node_neighbor_update(zwave_node_id_t node_id)
Initiate the request node neighbor discovery.
PROCESS_NAME(ucl_network_management_process)
Name the of contiki process for the Ucl Network Management.
uint32_t sl_status_t
Definition: sl_status.h:139
uint16_t zwave_node_id_t
Z-Wave NodeID type.
Definition: zwave_node_id_definitions.h:84
SL Status Codes.
const zwave_node_id_t node_id