|
Z-Wave Protocol Controller Reference
|
Helper functions that all ZCL Cluster servers can use. More...
Functions | |
| sl_status_t | zcl_cluster_servers_get_unid_endpoint (attribute_store_node_t endpoint_id_node, zwave_endpoint_id_t &endpoint_id, std::string &unid) |
| Helper function that finds out the UNID/Endpoint ID values an endpoint attribute store node. More... | |
Helper functions that all ZCL Cluster servers can use.
| sl_status_t zcl_cluster_servers_get_unid_endpoint | ( | attribute_store_node_t | endpoint_id_node, |
| zwave_endpoint_id_t & | endpoint_id, | ||
| std::string & | unid | ||
| ) |
Helper function that finds out the UNID/Endpoint ID values an endpoint attribute store node.
| [in] | endpoint_id_node | Attribute Store node of the endpoint |
| [out] | endpoint_id | Reference where the Endpoint ID value will be written |
| [out] | unid | Reference where the UNID String value will be written |