UsbBulkInEndpointDescriptor.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 bulk IN endpoint.
public:
property UsbBulkInPipe ^ Pipe { UsbBulkInPipe ^ get(); };
UsbBulkInPipe Pipe();
public UsbBulkInPipe Pipe { get; }
var usbBulkInPipe = usbBulkInEndpointDescriptor.pipe;
Public ReadOnly Property Pipe As UsbBulkInPipe
Property Value
An UsbBulkInPipe object that is the pipe for the bulk IN endpoint.
Remarks
If the alternate setting, which defines this bulk endpoint, is not currently selected, the property returns NULL.