jGpibEnet.dataTypes
Class TypeReadResp
java.lang.Object
jGpibEnet.dataTypes.TypeReadResp
- All Implemented Interfaces:
- org.acplt.oncrpc.XdrAble
public class TypeReadResp
- extends java.lang.Object
- implements org.acplt.oncrpc.XdrAble
|
Constructor Summary |
TypeReadResp()
Creates a new instance of TypeReadResp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeReadResp
public TypeReadResp()
- Creates a new instance of TypeReadResp
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)
getReason
public int getReason()
setReason
public void setReason(int reason)
getData
public java.lang.String getData()
setData
public void setData(java.lang.String data)
getNumByteRec
public int getNumByteRec()