|
Z-Wave Protocol Controller Reference
|
This sub-module provides an API to save and restore SPAN data. More...
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... | |
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.
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.
| void network_monitor_restore_mpan_table_data | ( | ) |
Restores all the MPAN data owned by the ZPC to Z-Wave S2 from the Attribute Store.
| void network_monitor_restore_span_table_data | ( | ) |
Restores all the SPAN data to Z-Wave S2 from the Attribute Store.
| void network_monitor_store_mpan_table_data | ( | ) |
Saves all the MPAN data owned by the ZPC from Z-Wave S2 in the Attribute Store.
| void network_monitor_store_span_table_data | ( | ) |
Saves all the SPAN data from Z-Wave S2 in the Attribute Store.