UsbInterruptOutPipe.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 OUT endpoint.
public:
property UsbInterruptOutEndpointDescriptor ^ EndpointDescriptor { UsbInterruptOutEndpointDescriptor ^ get(); };
UsbInterruptOutEndpointDescriptor EndpointDescriptor();
public UsbInterruptOutEndpointDescriptor EndpointDescriptor { get; }
var usbInterruptOutEndpointDescriptor = usbInterruptOutPipe.endpointDescriptor;
Public ReadOnly Property EndpointDescriptor As UsbInterruptOutEndpointDescriptor
Property Value
A UsbInterruptOutEndpointDescriptor object that represents the endpoint descriptor associated with the USB interrupt OUT endpoint.