Z-Wave Protocol Controller Reference
network_monitor_span_persistence.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
120#ifndef NETWORK_MONITOR_SPAN_PERSISTENCE_H
121#define NETWORK_MONITOR_SPAN_PERSISTENCE_H
122
123#ifdef __cplusplus
124extern "C" {
125#endif
126
131
136
141
146
147#ifdef __cplusplus
148}
149#endif
150
151#endif //NETWORK_MONITOR_SPAN_PERSISTENCE_H
void network_monitor_store_mpan_table_data()
Saves all the MPAN data owned by the ZPC from Z-Wave S2 in the Attribute Store.
Definition: network_monitor_span_persistence.c:159
void network_monitor_restore_span_table_data()
Restores all the SPAN data to Z-Wave S2 from the Attribute Store.
Definition: network_monitor_span_persistence.c:73
void network_monitor_restore_mpan_table_data()
Restores all the MPAN data owned by the ZPC to Z-Wave S2 from the Attribute Store.
Definition: network_monitor_span_persistence.c:200
void network_monitor_store_span_table_data()
Saves all the SPAN data from Z-Wave S2 in the Attribute Store.
Definition: network_monitor_span_persistence.c:33