jGpibEnet.dataTypes
Class TypeReadParams

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getDeviceFlags()
           
 int getLinkId()
           
 int getLockTimeout()
           
 int getRequestSize()
           
 byte getTermChar()
           
 int getTimeout()
           
 void setDeviceFlags(int deviceFlags)
           
 void setLinkId(int linkId)
           
 void setLockTimeout(int lockTimeout)
           
 void setRequestSize(int requestSize)
           
 void setTermChar(byte termChar)
           
 void setTimeout(int timeout)
           
 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

TypeReadParams

public TypeReadParams()
Creates a new instance of TypeReadParams


TypeReadParams

public TypeReadParams(int linkId,
                      int requestSize,
                      int timeout,
                      int lockTimeout,
                      int deviceFlags,
                      byte termChar)
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

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)