LibUsbDotNet 2.2.8
GetPollfds Method (sessionHandle)
Library ReferenceMonoLibUsbMonoUsbApiGetPollfds(MonoUsbSessionHandle)
LibUsbDotNet on SourceForge
Retrieve a list of file descriptors that should be polled by your main loop as libusb event sources.
Declaration Syntax
C#Visual BasicVisual C++
public static List<PollfdItem> GetPollfds(
	MonoUsbSessionHandle sessionHandle
)
Public Shared Function GetPollfds ( _
	sessionHandle As MonoUsbSessionHandle _
) As List(Of PollfdItem)
public:
static List<PollfdItem^>^ GetPollfds(
	MonoUsbSessionHandle^ sessionHandle
)
Parameters
Return Value
A list of PollfdItem structures, or null on error.
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)