| 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); } |