UsbEndpointDescriptor.AsInterruptInEndpointDescriptor 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 IN endpoint.
public:
property UsbInterruptInEndpointDescriptor ^ AsInterruptInEndpointDescriptor { UsbInterruptInEndpointDescriptor ^ get(); };
UsbInterruptInEndpointDescriptor AsInterruptInEndpointDescriptor();
public UsbInterruptInEndpointDescriptor AsInterruptInEndpointDescriptor { get; }
var usbInterruptInEndpointDescriptor = usbEndpointDescriptor.asInterruptInEndpointDescriptor;
Public ReadOnly Property AsInterruptInEndpointDescriptor As UsbInterruptInEndpointDescriptor
Property Value
An UsbInterruptInEndpointDescriptor that describes the USB interrupt IN endpoint.