Opc.Ua.Com.Server.ComAe2Proxy.QueryEventCategories C# (CSharp) 메소드

QueryEventCategories() 공개 메소드

Gets the supported event categories.
public QueryEventCategories ( int eventType ) : List
eventType int
리턴 List
        public List<AeEventCategory> QueryEventCategories(int eventType)
        {
            ThrowIfNotConnected();
            return m_mapper.GetCategories(eventType);
        }