120#ifndef NETWORK_MONITOR_SPAN_PERSISTENCE_H
121#define 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