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

Method Basic

cpp/src/command_classes/Basic.cpp:56–66  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

54// Constructor
55//-----------------------------------------------------------------------------
56Basic::Basic
57(
58 uint32 const _homeId,
59 uint8 const _nodeId
60):
61 CommandClass( _homeId, _nodeId )
62{
63 m_com.EnableFlag(COMPAT_FLAG_BASIC_IGNOREREMAPPING, false);
64 m_com.EnableFlag(COMPAT_FLAG_BASIC_MAPPING, 0);
65 m_com.EnableFlag(COMPAT_FLAG_BASIC_SETASREPORT, false);
66}
67
68//-----------------------------------------------------------------------------
69// <Basic::ReadXML>

Callers

nothing calls this directly

Calls 1

EnableFlagMethod · 0.80

Tested by

no test coverage detected