#include <ctime>
#include "aes/aescpp.h"
#include "command_classes/CommandClass.h"
Go to the source code of this file.
|
enum | OpenZWave::Internal::CC::SecurityCmd {
OpenZWave::Internal::CC::SecurityCmd_SupportedGet = 0x02
, OpenZWave::Internal::CC::SecurityCmd_SupportedReport = 0x03
, OpenZWave::Internal::CC::SecurityCmd_SchemeGet = 0x04
, OpenZWave::Internal::CC::SecurityCmd_SchemeReport = 0x05
,
OpenZWave::Internal::CC::SecurityCmd_NetworkKeySet = 0x06
, OpenZWave::Internal::CC::SecurityCmd_NetworkKeyVerify = 0x07
, OpenZWave::Internal::CC::SecurityCmd_SchemeInherit = 0x08
, OpenZWave::Internal::CC::SecurityCmd_NonceGet = 0x40
,
OpenZWave::Internal::CC::SecurityCmd_NonceReport = 0x80
, OpenZWave::Internal::CC::SecurityCmd_MessageEncap = 0x81
, OpenZWave::Internal::CC::SecurityCmd_MessageEncapNonceGet = 0xc1
} |
|
enum | OpenZWave::Internal::CC::SecurityScheme { OpenZWave::Internal::CC::SecurityScheme_Zero = 0x00
} |
|