Z-Wave Protocol Controller Reference
zwave_command_class_crc16.h File Reference
#include "sl_status.h"
#include "zwave_node_id_definitions.h"
#include "attribute_store.h"
Include dependency graph for zwave_command_class_crc16.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool zwave_command_class_crc16_is_supported (attribute_store_node_t endpoint_node)
 Check if the CRC16 command class is supported by a given node and endpoint. More...
 
void zwave_command_class_crc16_clear_expect_crc16_response (zwave_node_id_t node_id, zwave_endpoint_id_t endpoint_id)
 Clear the CRC16 expecting response flag for a given node and endpoint. More...
 
void zwave_command_class_crc16_set_expect_crc16_response (zwave_node_id_t node_id, zwave_endpoint_id_t endpoint_id)
 Mark the given node_id and endpoint_id as expecting a CRC16 response. More...
 
bool zwave_command_class_crc16_is_expecting_crc16_response (zwave_node_id_t node_id, zwave_endpoint_id_t endpoint_id)
 Check if the given node_id and endpoint_id is expecting a CRC16 response. More...
 
sl_status_t zwave_command_class_crc16_init ()