org.rococoa.cocoa.iokit
Class SCSI_Capacity_Data_Long
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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.
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 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
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)
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