Z-Wave Protocol Controller Reference
zwave_command_class_zwave_plus_info.c File 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>
Include dependency graph for zwave_command_class_zwave_plus_info.c:

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

Macro Definition Documentation

◆ LOG_TAG

#define LOG_TAG   "zwave_command_class_zwave_plus_info"

Function Documentation

◆ zwave_command_class_zwave_plus_info_handle_zwave_plus_info_get()

static sl_status_t zwave_command_class_zwave_plus_info_handle_zwave_plus_info_get ( const zwave_controller_connection_info_t connection_info)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ zwave_command_class_zwave_plus_info_init()

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,

Returns
SL_STATUS_OK if successful
SL_STATUS_FAIL if an error occurred
Here is the call graph for this function:
Here is the caller graph for this function:

◆ zwave_command_class_zwave_plus_info_support_handler()

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.

Parameters
connection_infoInfo about the connection properties of this frame.
frame_dataThe data payload of this frame.
frame_lengthThe length of this frame.
Returns
sl_status_t representing the outcome of receiving the frame In case where the command is controlled, it should be set to SL_STATUS_OK, even when encountering some parsing errors In case where the command is supported, it should be set to the sl_status_t corresponding to the correct time Status code. Refer to zwave_command_handler_t
Here is the call graph for this function:
Here is the caller graph for this function: