|
LibUsbDotNet 2.2.8
Start Method
Library Reference ► MonoLibUsb ► MonoUsbEventHandler ► Start()()()()
|
|
Starts the handle events thread.
Declaration Syntax
Return Value
True if the thread is started or is already running.
RemarksIf the thread is already running, this method does nothing.
Using a seperate thread which executes HandleEventsTimeout(MonoUsbSessionHandle, UnixNativeTimeval%) can simplify asynchronous I/O and improve performance in multi-threaded applications which use multiple endpoints.