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

NewBufferReady() public static method

public static NewBufferReady ( uint notificationThreshold, uint previousNotificationCount ) : EventParameter
notificationThreshold uint
previousNotificationCount uint
return EventParameter
        public static EventParameter NewBufferReady(uint notificationThreshold, uint previousNotificationCount)
        {
            return new BufferReady(notificationThreshold, previousNotificationCount);
        }