Z-Wave Protocol Controller Reference
zwapi_utils.c File Reference
#include "zwapi_utils.h"
#include "zwapi_protocol_basis.h"
Include dependency graph for zwapi_utils.c:

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...
 

Function Documentation

◆ zwapi_read_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.

Returns
zwave_node_id_t parsed node ID
Here is the call graph for this function:
Here is the caller graph for this function:

◆ zwapi_write_node_id()

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.

Here is the call graph for this function:
Here is the caller graph for this function: