LibUsbDotNet 2.2.8
Start Method
Library ReferenceMonoLibUsbMonoUsbEventHandlerStart()()()()
LibUsbDotNet on SourceForge
Starts the handle events thread.
Declaration Syntax
C#Visual BasicVisual C++
public static bool Start()
Public Shared Function Start As Boolean
public:
static bool Start()
Return Value
True if the thread is started or is already running.
Remarks

If 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.

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