Z-Wave Protocol Controller Reference
ucl_nm_neighbor_discovery.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
22#include "zwave_utils.h"
23
24#ifndef UCL_NM_NEIGHBOR_DISCOVERY_H
25#define UCL_NM_NEIGHBOR_DISCOVERY_H
26
31#define UCL_NM_REQUEST_NODE_NEIGHBOR_UPDATE_DEFAULT_TIMEOUT 3000000
32
38typedef enum {
44
45#ifdef __cplusplus
46extern "C" {
47#endif
53
56
57#ifdef __cplusplus
58}
59#endif
60
61#endif //UCL_NM_NEIGHBOR_DISCOVERY_H
void ucl_nm_neighbor_discovery_init()
intialize ucl network management node neighbor discovery submodule
void ucl_nm_trigger_node_neighbor_update(zwave_node_id_t node_id)
Trigger the request node neighbor discovery.
ucl_network_management_neighbor_discovery_t
All possible values for Node Request Node Neighbor Discovery Statuses zwapi_request_neighbor_update()...
Definition: ucl_nm_neighbor_discovery.h:38
@ UCL_NM_REQUEST_NODE_NEIGHBOR_UPDATE_STARTED
Definition: ucl_nm_neighbor_discovery.h:39
@ UCL_NM_REQUEST_NODE_NEIGHBOR_UPDATE_NOT_SUPPORTED
Definition: ucl_nm_neighbor_discovery.h:42
@ UCL_NM_REQUEST_NODE_NEIGHBOR_UPDATE_COMPLETED
Definition: ucl_nm_neighbor_discovery.h:40
@ UCL_NM_REQUEST_NODE_NEIGHBOR_UPDATE_FAILED
Definition: ucl_nm_neighbor_discovery.h:41
uint16_t zwave_node_id_t
Z-Wave NodeID type.
Definition: zwave_node_id_definitions.h:84
const zwave_node_id_t node_id
Various Z-Wave related utilities.