BACnet.Ashrae.PropertyStates.NewEventType C# (CSharp) Méthode

NewEventType() public static méthode

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