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

NewBufferReady() public static method

public static NewBufferReady ( DeviceObjectPropertyReference bufferProperty, uint previousNotification, uint currentNotification ) : NotificationParameters
bufferProperty DeviceObjectPropertyReference
previousNotification uint
currentNotification uint
return NotificationParameters
        public static NotificationParameters NewBufferReady(DeviceObjectPropertyReference bufferProperty, uint previousNotification, uint currentNotification)
        {
            return new BufferReady(bufferProperty, previousNotification, currentNotification);
        }