MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetCommandClassId

Method GetCommandClassId

cpp/src/command_classes/Security.h:75–75  ·  view source on GitHub ↗

From CommandClass

Source from the content-addressed store, hash-verified

73 bool ExchangeNetworkKeys();
74 // From CommandClass
75 virtual uint8 const GetCommandClassId()const{ return StaticGetCommandClassId(); }
76 virtual string const GetCommandClassName()const{ return StaticGetCommandClassName(); }
77 virtual bool HandleMsg( uint8 const* _data, uint32 const _length, uint32 const _instance = 1 );
78 void SendMsg( Msg* _msg );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected