org.rococoa.cocoa.osservices
Class TRegisterReply

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.osservices.TRegisterReply
Direct Known Subclasses:
TRegisterReply.ByReference, TRegisterReply.ByValue

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

TRegisterReply returns information about the registered name in a call
to OTRegisterName.
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 TRegisterReply.ByReference
           
static class TRegisterReply.ByValue
           
 
Field Summary
 TNetbuf addr
           
 int nameid
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
TRegisterReply()
           
TRegisterReply(TNetbuf addr, int nameid)
           
 
Method Summary
 TRegisterReply.ByReference byReference()
           
 TRegisterReply.ByValue byValue()
           
 TRegisterReply 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

addr

public TNetbuf addr

nameid

public int nameid
Constructor Detail

TRegisterReply

public TRegisterReply()

TRegisterReply

public TRegisterReply(TNetbuf addr,
                      int nameid)
Method Detail

byReference

public TRegisterReply.ByReference byReference()

byValue

public TRegisterReply.ByValue byValue()

clone

public TRegisterReply clone()
Overrides:
clone in class Object