UsbInterruptInEndpointDescriptor.Pipe 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 pipe that the host opens to communicate with the interrupt IN endpoint.
public:
property UsbInterruptInPipe ^ Pipe { UsbInterruptInPipe ^ get(); };
UsbInterruptInPipe Pipe();
public UsbInterruptInPipe Pipe { get; }
var usbInterruptInPipe = usbInterruptInEndpointDescriptor.pipe;
Public ReadOnly Property Pipe As UsbInterruptInPipe
Property Value
An UsbInterruptInPipe object that is the pipe for the interrupt IN endpoint.