UsbInterruptInPipe.EndpointDescriptor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the object that represents the endpoint descriptor associated with the USB interrupt IN endpoint.
public:
property UsbInterruptInEndpointDescriptor ^ EndpointDescriptor { UsbInterruptInEndpointDescriptor ^ get(); };
UsbInterruptInEndpointDescriptor EndpointDescriptor();
public UsbInterruptInEndpointDescriptor EndpointDescriptor { get; }
var usbInterruptInEndpointDescriptor = usbInterruptInPipe.endpointDescriptor;
Public ReadOnly Property EndpointDescriptor As UsbInterruptInEndpointDescriptor
Property Value
A UsbInterruptInEndpointDescriptor object that represents the endpoint descriptor associated with the USB interrupt IN endpoint.