org.rococoa.cocoa.iokit
Class SCSI_Capacity_Data_Long

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_Long
Direct Known Subclasses:
SCSI_Capacity_Data_Long.ByReference, SCSI_Capacity_Data_Long.ByValue

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

Capacity return structure for READ CAPACITY 16
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_Long.ByReference
           
static class SCSI_Capacity_Data_Long.ByValue
           
 
Field Summary
 int BLOCK_LENGTH_IN_BYTES
           
 byte[] Reserved
           
 long RETURNED_LOGICAL_BLOCK_ADDRESS
           
 byte RTO_EN_PROT_EN
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
SCSI_Capacity_Data_Long()
           
SCSI_Capacity_Data_Long(long RETURNED_LOGICAL_BLOCK_ADDRESS, int BLOCK_LENGTH_IN_BYTES, byte RTO_EN_PROT_EN, byte[] Reserved)
           
 
Method Summary
 SCSI_Capacity_Data_Long.ByReference byReference()
           
 SCSI_Capacity_Data_Long.ByValue byValue()
           
 SCSI_Capacity_Data_Long 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 long RETURNED_LOGICAL_BLOCK_ADDRESS

BLOCK_LENGTH_IN_BYTES

public int BLOCK_LENGTH_IN_BYTES

RTO_EN_PROT_EN

public byte RTO_EN_PROT_EN

Reserved

public byte[] Reserved
Constructor Detail

SCSI_Capacity_Data_Long

public SCSI_Capacity_Data_Long()

SCSI_Capacity_Data_Long

public SCSI_Capacity_Data_Long(long RETURNED_LOGICAL_BLOCK_ADDRESS,
                               int BLOCK_LENGTH_IN_BYTES,
                               byte RTO_EN_PROT_EN,
                               byte[] Reserved)
Method Detail

byReference

public SCSI_Capacity_Data_Long.ByReference byReference()

byValue

public SCSI_Capacity_Data_Long.ByValue byValue()

clone

public SCSI_Capacity_Data_Long clone()
Overrides:
clone in class Object