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

Method Association

cpp/src/command_classes/Association.cpp:55–65  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

53// Constructor
54//-----------------------------------------------------------------------------
55Association::Association
56(
57 uint32 const _homeId,
58 uint8 const _nodeId
59):
60 CommandClass( _homeId, _nodeId ),
61 m_queryAll(false),
62 m_numGroups(0)
63{
64 SetStaticRequest( StaticRequest_Values );
65}
66
67//-----------------------------------------------------------------------------
68// <Association::ReadXML>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected