Default constructor.

C# | Visual Basic | Visual C++ | F# |
public FifoBuffer( int maxSize )
Public Sub New ( maxSize As Integer )
public: FifoBuffer( int maxSize )
new : maxSize : int -> FifoBuffer

- maxSize (Int32)
- Maximum number of bytes can buffer in FIFO.

Exception | Condition |
---|---|
ArgumentException | Is raised when |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119