다음을 통해 공유


UsbBulkOutEndpointDescriptor.Pipe 속성

정의

호스트가 대량 IN 엔드포인트와 통신하기 위해 여는 파이프를 나타내는 개체를 가져옵니다.

public:
 property UsbBulkOutPipe ^ Pipe { UsbBulkOutPipe ^ get(); };
UsbBulkOutPipe Pipe();
public UsbBulkOutPipe Pipe { get; }
var usbBulkOutPipe = usbBulkOutEndpointDescriptor.pipe;
Public ReadOnly Property Pipe As UsbBulkOutPipe

속성 값

대량 OUT 엔드포인트의 파이프인 UsbBulkOutPipe 개체입니다.

적용 대상