LibUsbDotNet 2.2.8
EventHandlerActive Method (sessionHandle)
Library ReferenceMonoLibUsbMonoUsbApiEventHandlerActive(MonoUsbSessionHandle)
LibUsbDotNet on SourceForge
Determine if an active thread is handling events (i.e. if anyone is holding the event handling lock).
Declaration Syntax
C#Visual BasicVisual C++
public static int EventHandlerActive(
	MonoUsbSessionHandle sessionHandle
)
Public Shared Function EventHandlerActive ( _
	sessionHandle As MonoUsbSessionHandle _
) As Integer
public:
static int EventHandlerActive(
	[InAttribute] MonoUsbSessionHandle^ sessionHandle
)
Parameters
Return Value
  • 1 if a thread is handling events.
  • 0 if there are no threads currently handling events.
Remarks
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)