org.rococoa.cocoa.iokit
Class SCSICmd_REPORT_LUNS_LUN_ENTRY
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit.SCSICmd_REPORT_LUNS_LUN_ENTRY
- Direct Known Subclasses:
- SCSICmd_REPORT_LUNS_LUN_ENTRY.ByReference, SCSICmd_REPORT_LUNS_LUN_ENTRY.ByValue
public class SCSICmd_REPORT_LUNS_LUN_ENTRY
- 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 |
FIRST_LEVEL_ADDRESSING
public short FIRST_LEVEL_ADDRESSING
SECOND_LEVEL_ADDRESSING
public short SECOND_LEVEL_ADDRESSING
THIRD_LEVEL_ADDRESSING
public short THIRD_LEVEL_ADDRESSING
FOURTH_LEVEL_ADDRESSING
public short FOURTH_LEVEL_ADDRESSING
SCSICmd_REPORT_LUNS_LUN_ENTRY
public SCSICmd_REPORT_LUNS_LUN_ENTRY()
SCSICmd_REPORT_LUNS_LUN_ENTRY
public SCSICmd_REPORT_LUNS_LUN_ENTRY(short FIRST_LEVEL_ADDRESSING,
short SECOND_LEVEL_ADDRESSING,
short THIRD_LEVEL_ADDRESSING,
short FOURTH_LEVEL_ADDRESSING)
byReference
public SCSICmd_REPORT_LUNS_LUN_ENTRY.ByReference byReference()
byValue
public SCSICmd_REPORT_LUNS_LUN_ENTRY.ByValue byValue()
clone
public SCSICmd_REPORT_LUNS_LUN_ENTRY clone()
- Overrides:
clone
in class Object