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

BufferReady() public method

public BufferReady ( DeviceObjectPropertyReference bufferProperty, uint previousNotification, uint currentNotification ) : System
bufferProperty DeviceObjectPropertyReference
previousNotification uint
currentNotification uint
return System
            public BufferReady(DeviceObjectPropertyReference bufferProperty, uint previousNotification, uint currentNotification)
            {
                this.BufferProperty = bufferProperty;
                this.PreviousNotification = previousNotification;
                this.CurrentNotification = currentNotification;
            }
NotificationParameters.BufferReady