org.rococoa.cocoa.iokit
Class REPORT_LUNS_PERIPHERAL_DEVICE_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_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.


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

TARGET_LUN

public byte TARGET_LUN

BUS_IDENTIFIER

public byte BUS_IDENTIFIER

reserved2

public byte reserved2

reserved

public byte reserved
Constructor Detail

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

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