Writes specified number of bytes to the FIFO buffer.
| C# | Visual Basic | Visual C++ | F# |
public void Write( byte[] buffer, int offset, int count, bool ignoreBufferFull )
Public Sub Write ( buffer As Byte(), offset As Integer, count As Integer, ignoreBufferFull As Boolean )
public: void Write( array<unsigned char>^ buffer, int offset, int count, bool ignoreBufferFull )
member Write : buffer : byte[] * offset : int * count : int * ignoreBufferFull : bool -> unit
| Exception | Condition |
|---|---|
| ArgumentNullException | Is raised when buffer is null reference. |
| ArgumentOutOfRangeException | Is raised when any of the arguments has out of allowed range. |
| DataSizeExceededException | Is raised when ignoreBufferFull = false and FIFO buffer has no room to store data. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119