UsbEndpointDescriptor.AsInterruptOutEndpointDescriptor 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 an object that represents the endpoint descriptor for the USB interrupt OUT endpoint.
public:
property UsbInterruptOutEndpointDescriptor ^ AsInterruptOutEndpointDescriptor { UsbInterruptOutEndpointDescriptor ^ get(); };
UsbInterruptOutEndpointDescriptor AsInterruptOutEndpointDescriptor();
public UsbInterruptOutEndpointDescriptor AsInterruptOutEndpointDescriptor { get; }
var usbInterruptOutEndpointDescriptor = usbEndpointDescriptor.asInterruptOutEndpointDescriptor;
Public ReadOnly Property AsInterruptOutEndpointDescriptor As UsbInterruptOutEndpointDescriptor
Property Value
An UsbInterruptOutEndpointDescriptor object that describes the interrupt OUT endpoint.