org.rococoa.cocoa.iokit
Class REPORT_LUNS_LOGICAL_UNIT_ADDRESSING

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.iokit.REPORT_LUNS_LOGICAL_UNIT_ADDRESSING
Direct Known Subclasses:
REPORT_LUNS_LOGICAL_UNIT_ADDRESSING.ByReference, REPORT_LUNS_LOGICAL_UNIT_ADDRESSING.ByValue

public class REPORT_LUNS_LOGICAL_UNIT_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.


Nested Class Summary
static class REPORT_LUNS_LOGICAL_UNIT_ADDRESSING.ByReference
           
static class REPORT_LUNS_LOGICAL_UNIT_ADDRESSING.ByValue
           
 
Field Summary
 byte BUS_NUMBER
           
 byte LUN
           
 byte reserved
           
 byte reserved2
           
 byte TARGET
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
REPORT_LUNS_LOGICAL_UNIT_ADDRESSING()
           
REPORT_LUNS_LOGICAL_UNIT_ADDRESSING(byte LUN, byte BUS_NUMBER, byte TARGET, byte reserved2, byte reserved)
           
 
Method Summary
 REPORT_LUNS_LOGICAL_UNIT_ADDRESSING.ByReference byReference()
           
 REPORT_LUNS_LOGICAL_UNIT_ADDRESSING.ByValue byValue()
           
 REPORT_LUNS_LOGICAL_UNIT_ADDRESSING 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

LUN

public byte LUN

BUS_NUMBER

public byte BUS_NUMBER

TARGET

public byte TARGET

reserved2

public byte reserved2

reserved

public byte reserved
Constructor Detail

REPORT_LUNS_LOGICAL_UNIT_ADDRESSING

public REPORT_LUNS_LOGICAL_UNIT_ADDRESSING()

REPORT_LUNS_LOGICAL_UNIT_ADDRESSING

public REPORT_LUNS_LOGICAL_UNIT_ADDRESSING(byte LUN,
                                           byte BUS_NUMBER,
                                           byte TARGET,
                                           byte reserved2,
                                           byte reserved)
Method Detail

byReference

public REPORT_LUNS_LOGICAL_UNIT_ADDRESSING.ByReference byReference()

byValue

public REPORT_LUNS_LOGICAL_UNIT_ADDRESSING.ByValue byValue()

clone

public REPORT_LUNS_LOGICAL_UNIT_ADDRESSING clone()
Overrides:
clone in class Object