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

Method IsNodeReset

cpp/src/Node.cpp:3877–3885  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Is the Node Reset? -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

3875// Is the Node Reset?
3876//-----------------------------------------------------------------------------
3877bool Node::IsNodeReset()
3878{
3879 DeviceResetLocally *drl = static_cast<DeviceResetLocally *>(GetCommandClass(DeviceResetLocally::StaticGetCommandClassId()));
3880 if (drl)
3881 return drl->IsDeviceReset();
3882 else return false;
3883
3884
3885}
3886
3887
3888//-----------------------------------------------------------------------------

Callers 1

Calls 1

IsDeviceResetMethod · 0.80

Tested by

no test coverage detected