BACnet.Ashrae.PropertyStates.NewEventType C# (CSharp) 메소드

NewEventType() 공개 정적인 메소드

public static NewEventType ( EventType eventType ) : PropertyStates
eventType EventType
리턴 PropertyStates
        public static PropertyStates NewEventType(EventType eventType)
        {
            return new EventTypeWrapper(eventType);
        }