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

Method setLoadedConfigRevision

cpp/src/Node.cpp:3943–3955  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Set Loaded Config File Revision -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

3941// Set Loaded Config File Revision
3942//-----------------------------------------------------------------------------
3943void Node::setLoadedConfigRevision
3944(
3945 uint32 rev
3946)
3947{
3948 m_loadedConfigRevision = rev;
3949 ManufacturerSpecific* cc = static_cast<ManufacturerSpecific*>( GetCommandClass( ManufacturerSpecific::StaticGetCommandClassId() ) );
3950 if( cc )
3951 {
3952 cc->setLoadedConfigRevision(rev);
3953 }
3954
3955}
3956
3957
3958//-----------------------------------------------------------------------------

Callers 2

ReadXMLMethod · 0.95
ReadDeviceProtocolXMLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected