|
Z-Wave Protocol Controller Reference
|
#include "sl_status.h"#include "zwave_controller_types.h"#include <stdint.h>#include <stdbool.h>#include <stddef.h>#include <string.h>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... | |