harmony 鸿蒙UsbDdkConfigDescriptor

  • 2023-10-30
  • 浏览 (248)

UsbDdkConfigDescriptor

Overview

Defines configuration descriptors.

Since

10

Related Modules

UsbDdk

Summary

Member Variables

Name Description
configDescriptor Standard configuration descriptor.
interface Interfaces contained in the configuration.
extra Unresolved descriptor, including class- or vendor-specific descriptors.
extraLength Length of the unresolved descriptor.

Member Variable Description

configDescriptor

struct UsbConfigDescriptor UsbDdkConfigDescriptor::configDescriptor

Description

Standard configuration descriptor.

extra

uint8_t* UsbDdkConfigDescriptor::extra

Description

Unresolved descriptor, including class- or vendor-specific descriptors.

extraLength

uint32_t UsbDdkConfigDescriptor::extraLength

Description

Length of the unresolved descriptor.

interface

struct UsbDdkInterface* UsbDdkConfigDescriptor::interface

Description

Interfaces contained in the configuration.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Native APIs

harmony 鸿蒙AVCapability

harmony 鸿蒙AVDemuxer

harmony 鸿蒙AVMuxer

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙AVSource

harmony 鸿蒙AudioDecoder

harmony 鸿蒙AudioEncoder

harmony 鸿蒙CodecBase

harmony 鸿蒙Core

0  赞