UsbInterruptOutEndpointDescriptor.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 OUT endpoint.
public:
property UsbInterruptOutPipe ^ Pipe { UsbInterruptOutPipe ^ get(); };
UsbInterruptOutPipe Pipe();
public UsbInterruptOutPipe Pipe { get; }
var usbInterruptOutPipe = usbInterruptOutEndpointDescriptor.pipe;
Public ReadOnly Property Pipe As UsbInterruptOutPipe
Property Value
An UsbInterruptInPipe object that is the pipe for the interrupt OUT endpoint.