Fill Method (buffer, offset, count, timeout, isoPacketSize)

LibUsbDotNet

LibUsbDotNet 2.2.8 Fill Method (buffer, offset, count, timeout, isoPacketSize)
Library ReferenceLibUsbDotNet.MainUsbTransferFill(Object, Int32, Int32, Int32, Int32)
LibUsbDotNet on SourceForge
Fills the transfer with the data to Submit()()()() an isochronous transfer.
Declaration Syntax
C# Visual Basic Visual C++
public virtual void Fill(
	Object buffer,
	int offset,
	int count,
	int timeout,
	int isoPacketSize
)
Public Overridable Sub Fill ( _
	buffer As Object, _
	offset As Integer, _
	count As Integer, _
	timeout As Integer, _
	isoPacketSize As Integer _
)
public:
virtual void Fill(
	Object^ buffer, 
	int offset, 
	int count, 
	int timeout, 
	int isoPacketSize
)
Parameters
buffer (Object)
The buffer; See PinnedHandle for more details.
offset (Int32)
The offset on the buffer where the transfer should read/write.
count (Int32)
The number of bytes to transfer.
timeout (Int32)
Time (milliseconds) to wait before the transfer times out.
isoPacketSize (Int32)
Size of each isochronous packet.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)