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

Method GetCommandClassId

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

From CommandClass \brief Get command class ID (1 byte) identifying this command class. (Inherited from CommandClass) */

Source from the content-addressed store, hash-verified

52 // From CommandClass
53 /** \brief Get command class ID (1 byte) identifying this command class. (Inherited from CommandClass) */
54 virtual uint8 const GetCommandClassId()const{ return StaticGetCommandClassId(); }
55 /** \brief Get a string containing the name of this command class. (Inherited from CommandClass) */
56 virtual string const GetCommandClassName()const{ return StaticGetCommandClassName(); }
57 virtual uint8 GetMaxVersion(){ return 3; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected