org.rococoa.cocoa.iokit
Class REPORT_LUNS_PERIPHERAL_DEVICE_ADDRESSING
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit.REPORT_LUNS_PERIPHERAL_DEVICE_ADDRESSING
- Direct Known Subclasses:
- REPORT_LUNS_PERIPHERAL_DEVICE_ADDRESSING.ByReference, REPORT_LUNS_PERIPHERAL_DEVICE_ADDRESSING.ByValue
public class REPORT_LUNS_PERIPHERAL_DEVICE_ADDRESSING
- extends com.ochafik.lang.jnaerator.runtime.Structure
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
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 |
TARGET_LUN
public byte TARGET_LUN
BUS_IDENTIFIER
public byte BUS_IDENTIFIER
reserved2
public byte reserved2
reserved
public byte reserved
REPORT_LUNS_PERIPHERAL_DEVICE_ADDRESSING
public REPORT_LUNS_PERIPHERAL_DEVICE_ADDRESSING()
REPORT_LUNS_PERIPHERAL_DEVICE_ADDRESSING
public REPORT_LUNS_PERIPHERAL_DEVICE_ADDRESSING(byte TARGET_LUN,
byte BUS_IDENTIFIER,
byte reserved2,
byte reserved)
byReference
public REPORT_LUNS_PERIPHERAL_DEVICE_ADDRESSING.ByReference byReference()
byValue
public REPORT_LUNS_PERIPHERAL_DEVICE_ADDRESSING.ByValue byValue()
clone
public REPORT_LUNS_PERIPHERAL_DEVICE_ADDRESSING clone()
- Overrides:
clone
in class Object