UsbDescriptor 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供有关描述符类型、其大小 ((以字节为单位) )的信息,并获取描述符数据。
public ref class UsbDescriptor sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UsbDescriptor final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UsbDescriptor
Public NotInheritable Class UsbDescriptor
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
USB 设备在名为 USB 描述符的数据结构中提供有关自身的信息。 请参阅通用串行总线 (USB) 规范的第 9.5 节。
属性
DescriptorType |
获取描述符的类型。 |
Length |
获取描述符的长度。 |
方法
ReadDescriptorBuffer(IBuffer) |
读取调用方提供的缓冲区中的描述符数据。 |