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

Method Version

cpp/src/command_classes/Version.cpp:61–70  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Constructor -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

59// Constructor
60//-----------------------------------------------------------------------------
61Version::Version
62(
63 uint32 const _homeId,
64 uint8 const _nodeId
65):
66 CommandClass( _homeId, _nodeId )
67{
68 m_com.EnableFlag(COMPAT_FLAG_VERSION_GETCLASSVERSION, true);
69 SetStaticRequest( StaticRequest_Values );
70}
71
72//-----------------------------------------------------------------------------
73// <Version::RequestState>

Callers

nothing calls this directly

Calls 1

EnableFlagMethod · 0.80

Tested by

no test coverage detected