LibUsbDotNet 2.2.8
EndpointInfo Property
Library Reference ► LibUsbDotNet.Main ► UsbEndpointBase ► EndpointInfo
|
Returns the UsbEndpointInfo descriptor for this endpoint.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public UsbEndpointInfo EndpointInfo { get; }
Public ReadOnly Property EndpointInfo As UsbEndpointInfo Get
public: property UsbEndpointInfo^ EndpointInfo { UsbEndpointInfo^ get (); }