|
Z-Wave Protocol Controller Reference
|
#include "zwave_command_class_zwave_plus_info.h"#include "zwave_command_classes_utils.h"#include "ZW_classcmd.h"#include "zwave_command_handler.h"#include "zwave_command_class_indices.h"#include "zwave_tx.h"#include <assert.h>Macros | |
| #define | LOG_TAG "zwave_command_class_zwave_plus_info" |
Functions | |
| static sl_status_t | zwave_command_class_zwave_plus_info_handle_zwave_plus_info_get (const zwave_controller_connection_info_t *connection_info) |
| sl_status_t | zwave_command_class_zwave_plus_info_support_handler (const zwave_controller_connection_info_t *connection_info, const uint8_t *frame_data, uint16_t frame_length) |
| Handles incoming Zwave Plus Info commands. More... | |
| sl_status_t | zwave_command_class_zwave_plus_info_init () |
| setup for Zwave Plus Info command class More... | |
| #define LOG_TAG "zwave_command_class_zwave_plus_info" |
|
static |
| sl_status_t zwave_command_class_zwave_plus_info_init | ( | void | ) |
setup for Zwave Plus Info command class
This setup will register the time command handler to the Z-Wave CC framework,
| sl_status_t zwave_command_class_zwave_plus_info_support_handler | ( | const zwave_controller_connection_info_t * | connection_info, |
| const uint8_t * | frame_data, | ||
| uint16_t | frame_length | ||
| ) |
Handles incoming Zwave Plus Info commands.
| connection_info | Info about the connection properties of this frame. |
| frame_data | The data payload of this frame. |
| frame_length | The length of this frame. |