jGpibEnet.dataTypes
Class TypeWriteResp

java.lang.Object
  extended by jGpibEnet.dataTypes.TypeWriteResp
All Implemented Interfaces:
org.acplt.oncrpc.XdrAble

public class TypeWriteResp
extends java.lang.Object
implements org.acplt.oncrpc.XdrAble


Constructor Summary
TypeWriteResp()
          Creates a new instance of TypeWriteResp
 
Method Summary
 int getError()
           
 int getSize()
           
 void setError(int error)
           
 void setSize(int size)
           
 void xdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr)
           
 void xdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeWriteResp

public TypeWriteResp()
Creates a new instance of TypeWriteResp

Method Detail

xdrEncode

public void xdrEncode(org.acplt.oncrpc.XdrEncodingStream xdr)
               throws org.acplt.oncrpc.OncRpcException,
                      java.io.IOException
Specified by:
xdrEncode in interface org.acplt.oncrpc.XdrAble
Throws:
org.acplt.oncrpc.OncRpcException
java.io.IOException

xdrDecode

public void xdrDecode(org.acplt.oncrpc.XdrDecodingStream xdr)
               throws org.acplt.oncrpc.OncRpcException,
                      java.io.IOException
Specified by:
xdrDecode in interface org.acplt.oncrpc.XdrAble
Throws:
org.acplt.oncrpc.OncRpcException
java.io.IOException

getError

public int getError()

setError

public void setError(int error)

getSize

public int getSize()

setSize

public void setSize(int size)