org.rococoa.cocoa.iokit
Class SCSICmd_REPORT_LUNS_LUN_ENTRY

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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.


Nested Class Summary
static class SCSICmd_REPORT_LUNS_LUN_ENTRY.ByReference
           
static class SCSICmd_REPORT_LUNS_LUN_ENTRY.ByValue
           
 
Field Summary
 short FIRST_LEVEL_ADDRESSING
           
 short FOURTH_LEVEL_ADDRESSING
           
 short SECOND_LEVEL_ADDRESSING
           
 short THIRD_LEVEL_ADDRESSING
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
SCSICmd_REPORT_LUNS_LUN_ENTRY()
           
SCSICmd_REPORT_LUNS_LUN_ENTRY(short FIRST_LEVEL_ADDRESSING, short SECOND_LEVEL_ADDRESSING, short THIRD_LEVEL_ADDRESSING, short FOURTH_LEVEL_ADDRESSING)
           
 
Method Summary
 SCSICmd_REPORT_LUNS_LUN_ENTRY.ByReference byReference()
           
 SCSICmd_REPORT_LUNS_LUN_ENTRY.ByValue byValue()
           
 SCSICmd_REPORT_LUNS_LUN_ENTRY clone()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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