Wait Method (transferredCount)

LibUsbDotNet

LibUsbDotNet 2.2.8 Wait Method (transferredCount)
Library ReferenceLibUsbDotNet.MainUsbTransferWait(Int32%)
LibUsbDotNet on SourceForge
Wait for the transfer to complete, timeout, or get cancelled.
Declaration Syntax
C# Visual Basic Visual C++
public ErrorCode Wait(
	out int transferredCount
)
Public Function Wait ( _
	<OutAttribute> ByRef transferredCount As Integer _
) As ErrorCode
public:
ErrorCode Wait(
	[OutAttribute] int% transferredCount
)
Parameters
transferredCount (Int32%)
The number of bytes transferred on Success.
Return Value
Success if the transfer completes successfully, otherwise one of the other ErrorCode codes.

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