Class Ch9.Usb_device_descriptor

  • All Implemented Interfaces:
    Native
    Enclosing interface:
    Ch9

    public static final class Ch9.Usb_device_descriptor
    extends AbstractDescriptor
    found in /sys/bus/usb/devices/*\/descriptors for real devices.
    • Method Detail

      • bcdUSB

        public short bcdUSB()
      • bDeviceClass

        public byte bDeviceClass()
      • bDeviceSubClass

        public byte bDeviceSubClass()
      • bDeviceProtocol

        public byte bDeviceProtocol()
      • bMaxPacketSize0

        public byte bMaxPacketSize0()
      • idVendor

        public short idVendor()
      • idProduct

        public short idProduct()
      • bcdDevice

        public short bcdDevice()
      • iManufacturer

        public byte iManufacturer()
      • iProduct

        public byte iProduct()
      • iSerialNumber

        public byte iSerialNumber()
      • bNumConfigurations

        public short bNumConfigurations()