org.rococoa.cocoa.iokit
Class SCSI_Capacity_Data

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

public class SCSI_Capacity_Data
extends com.ochafik.lang.jnaerator.runtime.Structure

Capacity return structure for READ CAPACITY 10
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 SCSI_Capacity_Data.ByReference
           
static class SCSI_Capacity_Data.ByValue
           
 
Field Summary
 int BLOCK_LENGTH_IN_BYTES
           
 int RETURNED_LOGICAL_BLOCK_ADDRESS
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
SCSI_Capacity_Data()
           
SCSI_Capacity_Data(int RETURNED_LOGICAL_BLOCK_ADDRESS, int BLOCK_LENGTH_IN_BYTES)
           
 
Method Summary
 SCSI_Capacity_Data.ByReference byReference()
           
 SCSI_Capacity_Data.ByValue byValue()
           
 SCSI_Capacity_Data 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

RETURNED_LOGICAL_BLOCK_ADDRESS

public int RETURNED_LOGICAL_BLOCK_ADDRESS

BLOCK_LENGTH_IN_BYTES

public int BLOCK_LENGTH_IN_BYTES
Constructor Detail

SCSI_Capacity_Data

public SCSI_Capacity_Data()

SCSI_Capacity_Data

public SCSI_Capacity_Data(int RETURNED_LOGICAL_BLOCK_ADDRESS,
                          int BLOCK_LENGTH_IN_BYTES)
Method Detail

byReference

public SCSI_Capacity_Data.ByReference byReference()

byValue

public SCSI_Capacity_Data.ByValue byValue()

clone

public SCSI_Capacity_Data clone()
Overrides:
clone in class Object