org.rococoa.cocoa.osservices
Class TDiscon
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.osservices.TDiscon
- Direct Known Subclasses:
- TDiscon.ByReference, TDiscon.ByValue
public class TDiscon
- extends com.ochafik.lang.jnaerator.runtime.Structure
TDiscon is passed to RcvDisconnect to find out additional information
about the disconnect.
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 |
udata
public TNetbuf udata
reason
public int reason
sequence
public int sequence
TDiscon
public TDiscon()
TDiscon
public TDiscon(TNetbuf udata,
int reason,
int sequence)
byReference
public TDiscon.ByReference byReference()
byValue
public TDiscon.ByValue byValue()
clone
public TDiscon clone()
- Overrides:
clone
in class Object