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