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

NewState() public static méthode

public static NewState ( EventState state ) : PropertyStates
state EventState
Résultat PropertyStates
        public static PropertyStates NewState(EventState state)
        {
            return new StateWrapper(state);
        }