BACnet.Ashrae.NotificationParameters.BufferReady.BufferReady C# (CSharp) 메소드

BufferReady() 공개 메소드

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