|
Z-Wave Protocol Controller Reference
|
Functions | |
| zwave_node_id_t | zwapi_read_node_id (uint8_t *pData, uint8_t *index) |
| Read the node ID from buffer based on node ID basetype. Note that this helper also advances the index. More... | |
| void | zwapi_write_node_id (uint8_t *pData, uint8_t *index, zwave_node_id_t node_id) |
| Write the node ID in buffer based on node ID basetype. Note that this helper also advances the index. More... | |
| zwave_node_id_t zwapi_read_node_id | ( | uint8_t * | pData, |
| uint8_t * | index | ||
| ) |
Read the node ID from buffer based on node ID basetype. Note that this helper also advances the index.
| void zwapi_write_node_id | ( | uint8_t * | pData, |
| uint8_t * | index, | ||
| zwave_node_id_t | node_id | ||
| ) |
Write the node ID in buffer based on node ID basetype. Note that this helper also advances the index.