Z-Wave Protocol Controller Reference
Device Reset Locally Command Class

Device Reset Locally Command Class handlers and init functions. More...

Collaboration diagram for Device Reset Locally Command Class:

Macros

#define DEVICE_RESET_LOCALLY_REMOVE_TRIGGER_TIMEOUT_DEFAULT   1000
 
#define DEVICE_RESET_LOCALLY_REMOVE_RETRIES_MAX   3
 

Functions

sl_status_t zwave_command_class_device_reset_locally_control_handler (const zwave_controller_connection_info_t *connection_info, const uint8_t *frame_data, uint16_t frame_length)
 Handles incoming Device Reset Locally Command. More...
 
sl_status_t zwave_command_class_device_reset_locally_init ()
 Intitialize the Device Reset Locally command class control APIs. More...
 

Detailed Description

Device Reset Locally Command Class handlers and init functions.

Macro Definition Documentation

◆ DEVICE_RESET_LOCALLY_REMOVE_RETRIES_MAX

#define DEVICE_RESET_LOCALLY_REMOVE_RETRIES_MAX   3

◆ DEVICE_RESET_LOCALLY_REMOVE_TRIGGER_TIMEOUT_DEFAULT

#define DEVICE_RESET_LOCALLY_REMOVE_TRIGGER_TIMEOUT_DEFAULT   1000

Function Documentation

◆ zwave_command_class_device_reset_locally_control_handler()

sl_status_t zwave_command_class_device_reset_locally_control_handler ( const zwave_controller_connection_info_t connection_info,
const uint8_t *  frame_data,
uint16_t  frame_length 
)

Handles incoming Device Reset Locally Command.

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

◆ zwave_command_class_device_reset_locally_init()

sl_status_t zwave_command_class_device_reset_locally_init ( )

Intitialize the Device Reset Locally command class control APIs.

This setup will register the device reset locally notification command handler to the Z-Wave CC framework.

Returns
Always true
Here is the caller graph for this function: