struktur USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR (usbspec.h)

Untuk informasi tentang deskripsi, lihat USB PEMBERITAHUAN PERUBAHAN REKAYASA 3.2 yang disertakan dalam Spesifikasi USB 3.2.

Sintaks

typedef struct _USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR {
  UCHAR bLength;
  UCHAR bDescriptorType;
  UCHAR bDevCapabilityType;
  UCHAR bcdDescriptorVersion;
  union {
    ULONG AsUlong;
    struct {
      ULONG GetFirmwareImageHashSupport : 1;
      ULONG DisallowFirmwareUpdateSupport : 1;
      ULONG Reserved : 30;
    };
  } bmAttributes;
} USB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR, *PUSB_DEVICE_CAPABILITY_FIRMWARE_STATUS_DESCRIPTOR;

Anggota

bLength

bDescriptorType

bDevCapabilityType

bcdDescriptorVersion

bmAttributes

bmAttributes.AsUlong

bmAttributes.GetFirmwareImageHashSupport

bmAttributes.DisallowFirmwareUpdateSupport

bmAttributes.Reserved

Persyaratan

Persyaratan Nilai
Header usbspec.h