| 55 | virtual bool HandleMsg( uint8 const* _data, uint32 const _length, uint32 const _instance = 1 ); |
| 56 | virtual bool SetValue( Value const& _value ); |
| 57 | virtual uint8 GetMaxVersion(){ return 2; } |
| 58 | virtual void SetValueBasic( uint8 const _instance, uint8 const _value ); |
| 59 | |
| 60 | protected: |
nothing calls this directly
no outgoing calls
no test coverage detected