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

Function SetEndPoint

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

Source from the content-addressed store, hash-verified

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); }
128 bool IsSecured()const{ return m_dom.GetFlagBool(STATE_FLAG_ENCRYPTED); }
129 void SetSecured(){ m_dom.SetFlagBool(STATE_FLAG_ENCRYPTED, true); }

Callers 1

ReadXMLMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected