jGpibEnet.dataTypes
Class TypeReadParams
java.lang.Object
jGpibEnet.dataTypes.TypeReadParams
- All Implemented Interfaces:
- ParamsIfc, org.acplt.oncrpc.XdrAble
public class TypeReadParams
- extends java.lang.Object
- implements ParamsIfc
Constructor Summary |
TypeReadParams()
Creates a new instance of TypeReadParams |
TypeReadParams(int linkId,
int requestSize,
int timeout,
int lockTimeout,
int deviceFlags,
byte termChar)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeReadParams
public TypeReadParams()
- Creates a new instance of TypeReadParams
TypeReadParams
public TypeReadParams(int linkId,
int requestSize,
int timeout,
int lockTimeout,
int deviceFlags,
byte termChar)
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
getLinkId
public int getLinkId()
- Specified by:
getLinkId
in interface ParamsIfc
setLinkId
public void setLinkId(int linkId)
- Specified by:
setLinkId
in interface ParamsIfc
getRequestSize
public int getRequestSize()
setRequestSize
public void setRequestSize(int requestSize)
getTimeout
public int getTimeout()
setTimeout
public void setTimeout(int timeout)
getLockTimeout
public int getLockTimeout()
setLockTimeout
public void setLockTimeout(int lockTimeout)
getDeviceFlags
public int getDeviceFlags()
setDeviceFlags
public void setDeviceFlags(int deviceFlags)
getTermChar
public byte getTermChar()
setTermChar
public void setTermChar(byte termChar)