Z-Wave Protocol Controller Reference
zpc_converters.h File Reference
#include "sl_status.h"
#include "zwave_controller_types.h"
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include <string.h>
Include dependency graph for zpc_converters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DSK_STR_LEN    (sizeof("xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx") + 1)
 

Functions

sl_status_t zpc_converters_dsk_str_to_internal (const char *src, zwave_dsk_t dst)
 Convert DSK string to uint8_t array representation. More...
 
sl_status_t zpc_converters_dsk_to_str (const zwave_dsk_t src, char *dst, size_t dst_max_len)
 Convert a zwave_dsk_t to a String representation. More...