public interface EthcamClient
| Modifier and Type | Method and Description |
|---|---|
int |
CLOSE_1()
Call remote procedure CLOSE_1.
|
void |
close()
From the client stub.
|
String |
GET_AOI_1()
Call remote procedure GET_AOI_1.
|
int |
GET_BLACKLEVEL_1()
Call remote procedure GET_BLACKLEVEL_1.
|
String |
GET_ERROR_1()
Call remote procedure GET_ERROR_1.
|
int |
GET_EXPTIME_1()
Call remote procedure GET_EXPTIME_1.
|
double |
GET_GAIN_1()
Call remote procedure GET_GAIN_1.
|
ImageArray |
GET_IMAGE_1()
Call remote procedure GET_IMAGE_1.
|
int |
GET_READOUTTIME_1()
Call remote procedure GET_READOUTTIME_1.
|
org.acplt.oncrpc.OncRpcClient |
getClient()
From the client stub.
|
int |
GRAB_IMAGES_1(int arg1)
Call remote procedure GRAB_IMAGES_1.
|
int |
OPEN_1(String arg1)
Call remote procedure OPEN_1.
|
int |
SAVE_IMAGE_1(String arg1)
Call remote procedure SAVE_IMAGE_1.
|
int |
SET_AOI_1(String arg1)
Call remote procedure SET_AOI_1.
|
int |
SET_BLACKLEVEL_1(int arg1)
Call remote procedure SET_BLACKLEVEL_1.
|
int |
SET_EXPTIME_1(int arg1)
Call remote procedure SET_EXPTIME_1.
|
int |
SET_GAIN_1(double arg1)
Call remote procedure SET_GAIN_1.
|
org.acplt.oncrpc.OncRpcClient getClient()
void close()
throws org.acplt.oncrpc.OncRpcException
org.acplt.oncrpc.OncRpcExceptionint OPEN_1(String arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type String) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.int CLOSE_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.int GRAB_IMAGES_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type int) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.ImageArray GET_IMAGE_1() throws org.acplt.oncrpc.OncRpcException, IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.int SAVE_IMAGE_1(String arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type String) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.int SET_AOI_1(String arg1) throws org.acplt.oncrpc.OncRpcException, IOException
arg1 - parameter (of type String) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.String GET_AOI_1() throws org.acplt.oncrpc.OncRpcException, IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.int SET_EXPTIME_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type int) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.int GET_EXPTIME_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.int SET_GAIN_1(double arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type double) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.double GET_GAIN_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.int SET_BLACKLEVEL_1(int arg1)
throws org.acplt.oncrpc.OncRpcException,
IOException
arg1 - parameter (of type int) to the remote procedure call.org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.int GET_BLACKLEVEL_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.int GET_READOUTTIME_1()
throws org.acplt.oncrpc.OncRpcException,
IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.String GET_ERROR_1() throws org.acplt.oncrpc.OncRpcException, IOException
org.acplt.oncrpc.OncRpcException - if an ONC/RPC error occurs.IOException - if an I/O error occurs.