Z-Wave Protocol Controller Reference
zwave_crc16_transport.h File Reference
Include dependency graph for zwave_crc16_transport.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  zwave_crc16_encapsulation_frame
 

Macros

#define CRC_16_ENCAPSULATION_HEADER   2
 
#define CRC_16_ENCAPSULATION_FOOTER   2
 
#define CRC_16_ENCAPSULATION_OVERHEAD   (CRC_16_ENCAPSULATION_HEADER + CRC_16_ENCAPSULATION_FOOTER)
 
#define CRC_16_ENCAPSULATED_COMMAND_MAXIMUM_SIZE    (ZWAVE_MAX_FRAME_SIZE - CRC_16_ENCAPSULATION_OVERHEAD)
 

Typedefs

typedef struct zwave_crc16_encapsulation_frame zwave_crc16_encapsulation_frame_t
 

Functions

sl_status_t zwave_crc16_transport_init (void)
 Initialize the CRC16 Transport *. More...