Z-Wave Protocol Controller Reference
Network Monitor S2 SPAN persistence

This sub-module provides an API to save and restore SPAN data. More...

Collaboration diagram for Network Monitor S2 SPAN persistence:

Functions

void network_monitor_store_span_table_data ()
 Saves all the SPAN data from Z-Wave S2 in the Attribute Store. More...
 
void network_monitor_restore_span_table_data ()
 Restores all the SPAN data to Z-Wave S2 from the Attribute Store. More...
 
void network_monitor_store_mpan_table_data ()
 Saves all the MPAN data owned by the ZPC from Z-Wave S2 in the Attribute Store. More...
 
void network_monitor_restore_mpan_table_data ()
 Restores all the MPAN data owned by the ZPC to Z-Wave S2 from the Attribute Store. More...
 

Detailed Description

This sub-module provides an API to save and restore SPAN data.

The SPAN data is saved for each individual NodeID.

It is saved only at exit, and loaded again at initialization.

SPAN persistence in the attribute store

The MPAN data is saved under the ZPC NodeID, and the group membership of each node is saved under each individual node.

It is saved only at exit, and loaded again at initialization.

MPAN persistence in the attribute store

Function Documentation

◆ network_monitor_restore_mpan_table_data()

void network_monitor_restore_mpan_table_data ( )

Restores all the MPAN data owned by the ZPC to Z-Wave S2 from the Attribute Store.

Here is the call graph for this function:

◆ network_monitor_restore_span_table_data()

void network_monitor_restore_span_table_data ( )

Restores all the SPAN data to Z-Wave S2 from the Attribute Store.

Here is the call graph for this function:

◆ network_monitor_store_mpan_table_data()

void network_monitor_store_mpan_table_data ( )

Saves all the MPAN data owned by the ZPC from Z-Wave S2 in the Attribute Store.

Here is the call graph for this function:

◆ network_monitor_store_span_table_data()

void network_monitor_store_span_table_data ( )

Saves all the SPAN data from Z-Wave S2 in the Attribute Store.

Here is the call graph for this function: