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

Function GetMaxVersion

cpp/src/command_classes/CommandClass.h:92–92  ·  view source on GitHub ↗

The highest version number of the command class implemented by OpenZWave. We only need to do version gets on command classes that override this with a number greater than one.

Source from the content-addressed store, hash-verified

90 // The highest version number of the command class implemented by OpenZWave. We only need
91 // to do version gets on command classes that override this with a number greater than one.
92 virtual uint8 GetMaxVersion(){ return 1; }
93
94 uint8 GetVersion()const{ return m_dom.GetFlagByte(STATE_FLAG_CCVERSION); }
95 Bitfield const* GetInstances()const{ return &m_instances; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected