org.rococoa.cocoa.iokit
Class IOUSBDeviceDescriptor
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit.IOUSBDeviceDescriptor
- Direct Known Subclasses:
- IOUSBDeviceDescriptor.ByReference, IOUSBDeviceDescriptor.ByValue
public class IOUSBDeviceDescriptor
- extends com.ochafik.lang.jnaerator.runtime.Structure
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
bLength
public byte bLength
bDescriptorType
public byte bDescriptorType
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 byte bNumConfigurations
IOUSBDeviceDescriptor
public IOUSBDeviceDescriptor()
byReference
public IOUSBDeviceDescriptor.ByReference byReference()
byValue
public IOUSBDeviceDescriptor.ByValue byValue()
clone
public IOUSBDeviceDescriptor clone()
- Overrides:
clone
in class Object