From CommandClass
| 14 | |
| 15 | // From CommandClass |
| 16 | virtual uint8 const GetCommandClassId()const { return StaticGetCommandClassId(); } |
| 17 | virtual string const GetCommandClassName()const { return StaticGetCommandClassName(); } |
| 18 | virtual bool HandleMsg(uint8 const* _data, uint32 const _length, uint32 const _instance = 1); |
| 19 | virtual bool SetValue(Value const& _value); |
nothing calls this directly
no outgoing calls
no test coverage detected