OpenZWave Library 1.6.1914
Classes | Namespaces | Enumerations
Security.h File Reference
#include <ctime>
#include "aes/aescpp.h"
#include "command_classes/CommandClass.h"

Go to the source code of this file.

Classes

class  OpenZWave::Internal::CC::Security
 Implements COMMAND_CLASS_SECURITY (0x98), a Z-Wave device command class. More...
 

Namespaces

namespace  OpenZWave
 
namespace  OpenZWave::Internal
 
namespace  OpenZWave::Internal::CC
 

Enumerations

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 }