org.rococoa.cocoa.iokit
Class IOUSBHIDReportDesc
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit.IOUSBHIDReportDesc
- Direct Known Subclasses:
- IOUSBHIDReportDesc.ByReference, IOUSBHIDReportDesc.ByValue
public class IOUSBHIDReportDesc
- 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 |
hidDescriptorType
public byte hidDescriptorType
hidDescriptorLengthLo
public byte hidDescriptorLengthLo
hidDescriptorLengthHi
public byte hidDescriptorLengthHi
IOUSBHIDReportDesc
public IOUSBHIDReportDesc()
IOUSBHIDReportDesc
public IOUSBHIDReportDesc(byte hidDescriptorType,
byte hidDescriptorLengthLo,
byte hidDescriptorLengthHi)
byReference
public IOUSBHIDReportDesc.ByReference byReference()
byValue
public IOUSBHIDReportDesc.ByValue byValue()
clone
public IOUSBHIDReportDesc clone()
- Overrides:
clone
in class Object