uint16_t zwave_node_id_t
Z-Wave NodeID type.
Definition: zwave_node_id_definitions.h:84
const zwave_node_id_t node_id
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...
Definition: zwapi_utils.c:17
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.
Definition: zwapi_utils.c:27