org.rococoa.cocoa.osservices
Class strioctl
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.osservices.strioctl
- Direct Known Subclasses:
- strioctl.ByReference, strioctl.ByValue
public class strioctl
- extends com.ochafik.lang.jnaerator.runtime.Structure
structure of ioctl data on I_STR
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 |
ic_cmd
public int ic_cmd
ic_timout
public int ic_timout
ic_len
public int ic_len
ic_dp
public ByteByReference ic_dp
strioctl
public strioctl()
strioctl
public strioctl(int ic_cmd,
int ic_timout,
int ic_len,
ByteByReference ic_dp)
- Parameters:
ic_cmd
- downstream command
ic_timout
- ACK/NAK timeout
ic_len
- length of data arg
ic_dp
- ptr to data arg
byReference
public strioctl.ByReference byReference()
byValue
public strioctl.ByValue byValue()
clone
public strioctl clone()
- Overrides:
clone
in class Object