IncrementTransfer Method (amount)

LibUsbDotNet

LibUsbDotNet 2.2.8 IncrementTransfer Method (amount)
Library ReferenceLibUsbDotNet.MainUsbTransferIncrementTransfer(Int32)
LibUsbDotNet on SourceForge
Increments the internal counters to the next transfer batch (for transfers greater than MaxReadWrite)
Declaration Syntax
C# Visual Basic Visual C++
public bool IncrementTransfer(
	int amount
)
Public Function IncrementTransfer ( _
	amount As Integer _
) As Boolean
public:
bool IncrementTransfer(
	int amount
)
Parameters
amount (Int32)
This will usually be the total transferred on the previous batch.
Return Value
True if the buffer still has data available and internal counters were successfully incremented.

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