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

Method checkLatestConfigRevision

cpp/src/Node.cpp:3981–3988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3979//-----------------------------------------------------------------------------
3980
3981void Node::checkLatestConfigRevision
3982(
3983)
3984{
3985 if (m_fileConfigRevision != 0) {
3986 GetDriver()->CheckNodeConfigRevision(this);
3987 }
3988}
3989
3990
3991

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected