jGpibEnet.dataTypes
Class TypeIntInt
java.lang.Object
jGpibEnet.dataTypes.TypeIntInt
- All Implemented Interfaces:
- org.acplt.oncrpc.XdrAble
public class TypeIntInt
- extends java.lang.Object
- implements org.acplt.oncrpc.XdrAble
Constructor Summary |
TypeIntInt()
Creates a new instance of TypeIntInt |
TypeIntInt(int var1,
int var2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeIntInt
public TypeIntInt()
- Creates a new instance of TypeIntInt
TypeIntInt
public TypeIntInt(int var1,
int var2)
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
getVar1
public int getVar1()
setVar1
public void setVar1(int var1)
getVar2
public int getVar2()
setVar2
public void setVar2(int var2)