|
Z-Wave Protocol Controller Reference
|
Security 0 (S0) Commmand Class handler and control functions. More...
Functions | |
| sl_status_t | zwave_command_class_security_0_commands_supported_get (uint8_t *frame, uint16_t *frame_length) |
| Writes down an S0 Supported Get Command to the frame/frame_length. More... | |
| sl_status_t | zwave_command_class_security_0_init () |
| Intitialize the Security 0 Command Class handler. More... | |
| sl_status_t | zwave_command_class_security_0_support_handler (const zwave_controller_connection_info_t *connection, const uint8_t *frame_data, uint16_t frame_length) |
| sl_status_t | zwave_command_class_security_0_control_handler (const zwave_controller_connection_info_t *connection, const uint8_t *frame_data, uint16_t frame_length) |
Security 0 (S0) Commmand Class handler and control functions.
This module takes care of the S0 Command Class support and control.
TODO: Fill me up when implementing S0
| sl_status_t zwave_command_class_security_0_commands_supported_get | ( | uint8_t * | frame, |
| uint16_t * | frame_length | ||
| ) |
Writes down an S0 Supported Get Command to the frame/frame_length.
| frame | buffer where the command is to be written |
| frame_length | Length of the data written to the output buffer. |
| sl_status_t zwave_command_class_security_0_control_handler | ( | const zwave_controller_connection_info_t * | connection, |
| const uint8_t * | frame_data, | ||
| uint16_t | frame_length | ||
| ) |
| sl_status_t zwave_command_class_security_0_init | ( | ) |
Intitialize the Security 0 Command Class handler.
| sl_status_t zwave_command_class_security_0_support_handler | ( | const zwave_controller_connection_info_t * | connection, |
| const uint8_t * | frame_data, | ||
| uint16_t | frame_length | ||
| ) |