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

ChangeOfValue() public method

public ChangeOfValue ( NewValue newValue, StatusFlags statusFlags ) : System
newValue NewValue
statusFlags StatusFlags
return System
            public ChangeOfValue(NewValue newValue, StatusFlags statusFlags)
            {
                this.NewValue = newValue;
                this.StatusFlags = statusFlags;
            }
NotificationParameters.ChangeOfValue