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

BufferReady() public method

public BufferReady ( uint notificationThreshold, uint previousNotificationCount ) : System
notificationThreshold uint
previousNotificationCount uint
return System
            public BufferReady(uint notificationThreshold, uint previousNotificationCount)
            {
                this.NotificationThreshold = notificationThreshold;
                this.PreviousNotificationCount = previousNotificationCount;
            }
EventParameter.BufferReady