|
Z-Wave Protocol Controller Reference
|
#include "zpc_converters.h"#include <stdlib.h>#include <assert.h>#include <string.h>#include <errno.h>#include <stdio.h>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... | |