From CommandClass \brief Get command class ID (1 byte) identifying this command class. (Inherited from CommandClass) */
| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected