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

NewChangeOfValue() public static method

public static NewChangeOfValue ( NewValue newValue, StatusFlags statusFlags ) : NotificationParameters
newValue NewValue
statusFlags StatusFlags
return NotificationParameters
        public static NotificationParameters NewChangeOfValue(NewValue newValue, StatusFlags statusFlags)
        {
            return new ChangeOfValue(newValue, statusFlags);
        }