org.rococoa.cocoa.iokit
Class IOUSBEndpointDescriptor
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit.IOUSBEndpointDescriptor
- Direct Known Subclasses:
- IOUSBEndpointDescriptor.ByReference, IOUSBEndpointDescriptor.ByValue
public class IOUSBEndpointDescriptor
- 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
bEndpointAddress
public byte bEndpointAddress
bmAttributes
public byte bmAttributes
wMaxPacketSize
public short wMaxPacketSize
bInterval
public byte bInterval
IOUSBEndpointDescriptor
public IOUSBEndpointDescriptor()
IOUSBEndpointDescriptor
public IOUSBEndpointDescriptor(byte bLength,
byte bDescriptorType,
byte bEndpointAddress,
byte bmAttributes,
short wMaxPacketSize,
byte bInterval)
byReference
public IOUSBEndpointDescriptor.ByReference byReference()
byValue
public IOUSBEndpointDescriptor.ByValue byValue()
clone
public IOUSBEndpointDescriptor clone()
- Overrides:
clone
in class Object