jGpibEnet.dataTypes
Class TypeGenericParams
java.lang.Object
jGpibEnet.dataTypes.TypeGenericParams
- All Implemented Interfaces:
- ParamsIfc, org.acplt.oncrpc.XdrAble
public class TypeGenericParams
- extends java.lang.Object
- implements ParamsIfc
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeGenericParams
public TypeGenericParams()
- Creates a new instance of TypeGenericParams
TypeGenericParams
public TypeGenericParams(int linkId,
int deviceFlags,
int lockTimeout,
int timeout)
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
getDeviceFlags
public int getDeviceFlags()
setDeviceFlags
public void setDeviceFlags(int deviceFlags)
getLockTimeout
public int getLockTimeout()
setLockTimeout
public void setLockTimeout(int lockTimeout)
getTimeout
public int getTimeout()
setTimeout
public void setTimeout(int timeout)