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

NewState() public static method

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