BACnet.Ashrae.PropertyStates.NewEventType C# (CSharp) Method

NewEventType() public static method

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