|
LibUsbDotNet 2.2.8
Init Method
Library Reference ► MonoLibUsb ► MonoUsbEventHandler ► Init()()()()
|
|
Initializes the SessionHandle.
Declaration Syntax| C# | Visual Basic | Visual C++ |
public static void Init()
Public Shared Sub Init
public: static void Init()
RemarksIf the session has already been initialized, this method does nothing.
The handle events thread is not started until the Start()()()() method is called.
Uses the MonoLibUsb Default polling interval for HandleEventsTimeout(MonoUsbSessionHandle, UnixNativeTimeval%).