UnlockEvents Method (sessionHandle)

LibUsbDotNet

LibUsbDotNet 2.2.8 UnlockEvents Method (sessionHandle)
Library ReferenceMonoLibUsbMonoUsbApiUnlockEvents(MonoUsbSessionHandle)
LibUsbDotNet on SourceForge
Release the lock previously acquired with libusb_try_lock_events or libusb_lock_events.
Declaration Syntax
C# Visual Basic Visual C++
public static void UnlockEvents(
	MonoUsbSessionHandle sessionHandle
)
Public Shared Sub UnlockEvents ( _
	sessionHandle As MonoUsbSessionHandle _
)
public:
static void UnlockEvents(
	[InAttribute] MonoUsbSessionHandle^ sessionHandle
)
Parameters
sessionHandle (MonoUsbSessionHandle)
A valid MonoUsbSessionHandle.
Remarks

Releasing this lock will wake up any threads blocked on libusb_wait_for_event.

Note: Member documentation was originally generated using the Libusb-1.0 API documentation: Polling and timing

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