BACnet.Ashrae.NotificationParameters.NewChangeOfState C# (CSharp) Method

NewChangeOfState() public static method

public static NewChangeOfState ( PropertyStates newState, StatusFlags statusFlags ) : NotificationParameters
newState PropertyStates
statusFlags StatusFlags
return NotificationParameters
        public static NotificationParameters NewChangeOfState(PropertyStates newState, StatusFlags statusFlags)
        {
            return new ChangeOfState(newState, statusFlags);
        }