LibUsbDotNet 2.2.8
Wait Method (transferredCount)
Library Reference ► LibUsbDotNet.Main ► UsbTransfer ► Wait(Int32%)
|
Wait for the transfer to complete, timeout, or get cancelled.
Declaration Syntax
C# | Visual Basic | Visual C++ |
Public Function Wait ( _ <OutAttribute> ByRef transferredCount As Integer _ ) As ErrorCode
public: ErrorCode Wait( [OutAttribute] int% transferredCount )
Return Value