|
Z-Wave Protocol Controller Reference
|
Go to the source code of this file.
Functions | |
| sl_status_t | zwave_command_class_time_init (void) |
| setup for time command class More... | |
| sl_status_t | zwave_command_class_time_support_handler (const zwave_controller_connection_info_t *connection_info, const uint8_t *frame_data, uint16_t frame_length) |
| Handles incoming time encapsulated commands. More... | |
| sl_status_t zwave_command_class_time_init | ( | void | ) |
setup for time command class
This setup will register the time command handler to the Z-Wave CC framework,
| sl_status_t zwave_command_class_time_support_handler | ( | const zwave_controller_connection_info_t * | connection_info, |
| const uint8_t * | frame_data, | ||
| uint16_t | frame_length | ||
| ) |
Handles incoming time encapsulated 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. |