UsbEndpointDescriptor 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
형식, 방향 및 엔드포인트 번호와 같은 엔드포인트의 USB 엔드포인트 설명자에서 정보를 파생합니다. 또한 이 개체는 엔드포인트 유형에 따라 특정 엔드포인트 설명자를 가져옵니다. 엔드포인트 설명자에 대한 설명은 유니버설 직렬 버스 사양의 섹션 9.6.5를 참조하세요.
- 유니버설 직렬 버스 3.0 사양의 표 9.18
- 유니버설 직렬 버스 사양의 표 9.13(버전 2.0)
public ref class UsbEndpointDescriptor sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UsbEndpointDescriptor final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UsbEndpointDescriptor
Public NotInheritable Class UsbEndpointDescriptor
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
속성
AsBulkInEndpointDescriptor |
USB 대량 IN 엔드포인트의 엔드포인트 설명자를 나타내는 개체를 가져옵니다. |
AsBulkOutEndpointDescriptor |
USB 대량 OUT 엔드포인트에 대한 엔드포인트 설명자를 나타내는 개체를 가져옵니다. |
AsInterruptInEndpointDescriptor |
USB 인터럽트 IN 엔드포인트의 엔드포인트 설명자를 나타내는 개체를 가져옵니다. |
AsInterruptOutEndpointDescriptor |
USB 인터럽트 OUT 엔드포인트의 엔드포인트 설명자를 나타내는 개체를 가져옵니다. |
Direction |
USB 엔드포인트의 방향을 가져옵니다. |
EndpointNumber |
USB 엔드포인트 번호를 가져옵니다. |
EndpointType |
USB 엔드포인트의 유형을 가져옵니다. |
메서드
Parse(UsbDescriptor) |
지정된 USB 설명자를 구문 분석하고 UsbEndpointDescriptor 개체의 USB 엔드포인트 설명자를 반환합니다. |
TryParse(UsbDescriptor, UsbEndpointDescriptor) |
UsbDescriptor 개체에 포함된 UsbEndpointDescriptor 개체에서 USB 엔드포인트 설명자를 검색합니다. |