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

Method DoorLockLogging

cpp/src/command_classes/DoorLockLogging.cpp:139–149  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

137// Constructor
138//-----------------------------------------------------------------------------
139DoorLockLogging::DoorLockLogging
140(
141 uint32 const _homeId,
142 uint8 const _nodeId
143):
144 CommandClass( _homeId, _nodeId ),
145 m_CurRecord(0)
146{
147 m_dom.EnableFlag(STATE_FLAG_DOORLOCKLOG_MAXRECORDS, 0);
148 SetStaticRequest( StaticRequest_Values );
149}
150
151//-----------------------------------------------------------------------------
152// <DoorLockLogging::RequestState>

Callers

nothing calls this directly

Calls 1

EnableFlagMethod · 0.80

Tested by

no test coverage detected