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

Method GetCommandClassName

cpp/src/command_classes/MultiCmd.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 // From CommandClass
53 virtual uint8 const GetCommandClassId()const{ return StaticGetCommandClassId(); }
54 virtual string const GetCommandClassName()const{ return StaticGetCommandClassName(); }
55 virtual bool HandleMsg( uint8 const* _data, uint32 const _length, uint32 const _instance = 1 );
56
57 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected