77 void ReadXML(TiXmlElement
const* _ccElement);
78 void WriteXML(TiXmlElement* _ccElement);
85 Security(
uint32 const _homeId,
uint8 const _nodeId );
88 bool HandleSupportedReport(
uint8 const* _data,
uint32 const _length);
unsigned int uint32
Definition Defs.h:80
unsigned char uint8
Definition Defs.h:74
CommandClass(uint32 const _homeId, uint8 const _nodeId)
Definition CommandClass.cpp:55
MsgQueue
Definition Driver.h:566
Message object to be passed to and from devices on the Z-Wave network.
Definition Msg.h:45
static CommandClass * Create(uint32 const _homeId, uint8 const _nodeId)
Definition Security.h:66
static uint8 const StaticGetCommandClassId()
Definition Security.h:69
void ReadXML(TiXmlElement const *_ccElement)
Definition Security.cpp:77
virtual ~Security()
Definition Security.cpp:67
virtual uint8 const GetCommandClassId() const
Definition Security.h:74
bool ExchangeNetworkKeys()
Definition Security.cpp:117
void WriteXML(TiXmlElement *_ccElement)
Definition Security.cpp:89
bool Init()
Definition Security.cpp:99
static string const StaticGetCommandClassName()
Definition Security.h:70
virtual string const GetCommandClassName() const
Definition Security.h:75
void CreateVars(uint8 const _instance)
Definition Security.cpp:315
virtual bool HandleMsg(uint8 const *_data, uint32 const _length, uint32 const _instance=1)
Definition Security.cpp:193
SecurityCmd
Implements COMMAND_CLASS_SECURITY (0x98), a Z-Wave device command class.
Definition Security.h:42
@ SecurityCmd_SupportedGet
Definition Security.h:43
@ SecurityCmd_SchemeReport
Definition Security.h:46
@ SecurityCmd_NetworkKeySet
Definition Security.h:47
@ SecurityCmd_NetworkKeyVerify
Definition Security.h:48
@ SecurityCmd_NonceReport
Definition Security.h:51
@ SecurityCmd_MessageEncap
Definition Security.h:52
@ SecurityCmd_MessageEncapNonceGet
Definition Security.h:53
@ SecurityCmd_SchemeGet
Definition Security.h:45
@ SecurityCmd_SchemeInherit
Definition Security.h:49
@ SecurityCmd_SupportedReport
Definition Security.h:44
@ SecurityCmd_NonceGet
Definition Security.h:50
SecurityScheme
Definition Security.h:57
@ SecurityScheme_Zero
Definition Security.h:58