Z-Wave Protocol Controller Reference
Z-Wave Keyset definitions

Z-Wave Security Keys definitions and constants. More...

Collaboration diagram for Z-Wave Keyset definitions:

Macros

#define ZWAVE_CONTROLLER_S0_KEY   0x80
 
#define ZWAVE_CONTROLLER_S2_UNAUTHENTICATED_KEY   0x01
 
#define ZWAVE_CONTROLLER_S2_AUTHENTICATED_KEY   0x02
 
#define ZWAVE_CONTROLLER_S2_ACCESS_KEY   0x04
 

Typedefs

typedef uint8_t zwave_keyset_t
 

Detailed Description

Z-Wave Security Keys definitions and constants.

Macro Definition Documentation

◆ ZWAVE_CONTROLLER_S0_KEY

#define ZWAVE_CONTROLLER_S0_KEY   0x80

◆ ZWAVE_CONTROLLER_S2_ACCESS_KEY

#define ZWAVE_CONTROLLER_S2_ACCESS_KEY   0x04

◆ ZWAVE_CONTROLLER_S2_AUTHENTICATED_KEY

#define ZWAVE_CONTROLLER_S2_AUTHENTICATED_KEY   0x02

◆ ZWAVE_CONTROLLER_S2_UNAUTHENTICATED_KEY

#define ZWAVE_CONTROLLER_S2_UNAUTHENTICATED_KEY   0x01

Typedef Documentation

◆ zwave_keyset_t

typedef uint8_t zwave_keyset_t