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

Method GetMaxVersion

cpp/src/command_classes/MultiInstance.h:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 virtual bool HandleMsg( uint8 const* _data, uint32 const _length, uint32 const _instance = 1 );
70 virtual bool HandleIncomingMsg( uint8 const* _data, uint32 const _length, uint32 const _instance = 1 );
71 virtual uint8 GetMaxVersion(){ return 2; }
72 void SetInstanceLabel(uint8 const _instance, char *label);
73
74 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected