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

Function GetNumInstances

cpp/src/command_classes/CommandClass.h:124–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 virtual void SetInstanceLabel(uint8 const _instance, char *label);
123 string GetInstanceLabel(uint8 const _instance);
124 uint8 GetNumInstances() { return (uint8)m_endPointMap.size(); };
125 void SetAfterMark(){ m_dom.SetFlagBool(STATE_FLAG_AFTERMARK, true); }
126 void SetEndPoint( uint8 const _instance, uint8 const _endpoint){ m_endPointMap[_instance] = _endpoint; }
127 bool IsAfterMark()const{ return m_dom.GetFlagBool(STATE_FLAG_AFTERMARK); }

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected