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