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

Method GetMaxVersion

cpp/src/command_classes/Color.h:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected