LibUsbDotNet 2.2.8
ActiveEndpoints Property
Library Reference ► LibUsbDotNet ► IUsbInterface ► ActiveEndpoints
|
A list of endpoints that have beened opened by this UsbDevice class.
Declaration Syntax
C# | Visual Basic | Visual C++ |
UsbEndpointList ActiveEndpoints { get; }
ReadOnly Property ActiveEndpoints As UsbEndpointList Get
property UsbEndpointList^ ActiveEndpoints { UsbEndpointList^ get (); }