다음을 통해 공유


UsbInterruptOutPipe 클래스

정의

디바이스의 USB 인터럽트 OUT 엔드포인트와 통신하기 위해 기본 USB 드라이버가 열리는 파이프를 나타냅니다. 개체는 앱이 엔드포인트에 보낼 데이터를 쓸 수 있는 출력 스트림에 대한 액세스를 제공합니다.

public ref class UsbInterruptOutPipe sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UsbInterruptOutPipe final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UsbInterruptOutPipe
Public NotInheritable Class UsbInterruptOutPipe
상속
Object Platform::Object IInspectable UsbInterruptOutPipe
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

속성

EndpointDescriptor

USB 인터럽트 OUT 엔드포인트와 연결된 엔드포인트 설명자를 나타내는 개체를 가져옵니다.

OutputStream

앱이 엔드포인트에 보낼 데이터를 쓸 수 있는 출력 스트림을 가져옵니다.

WriteOptions

USB 인터럽트 OUT 엔드포인트에 데이터를 쓰는 파이프의 동작을 제어하는 구성 플래그를 가져오거나 설정합니다.

메서드

ClearStallAsync()

파이프와 연결된 USB 인터럽트 OUT 엔드포인트에서 중단 조건(엔드포인트 중지)을 지우는 비동기 작업을 시작합니다.

적용 대상