org.rococoa.cocoa.iokit
Class SCSI_Capacity_Data
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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.
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 |
RETURNED_LOGICAL_BLOCK_ADDRESS
public int RETURNED_LOGICAL_BLOCK_ADDRESS
BLOCK_LENGTH_IN_BYTES
public int BLOCK_LENGTH_IN_BYTES
SCSI_Capacity_Data
public SCSI_Capacity_Data()
SCSI_Capacity_Data
public SCSI_Capacity_Data(int RETURNED_LOGICAL_BLOCK_ADDRESS,
int BLOCK_LENGTH_IN_BYTES)
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