Package | Description |
---|---|
org.km3net.clbv2.remote |
Provides a high-level interface for control of the remote CLB.
|
org.km3net.clbv2.remote.msg |
Provides low-level messaging facilities.
|
Modifier and Type | Method and Description |
---|---|
static void |
FWUpdate.updateImage(Control ctrl,
java.io.File bitFile,
int imgIdx,
FWUpdate.FWUpdateListener lst) |
static void |
FWUpdate.verifyImage(Control ctrl,
java.io.File bitFile,
int imgIdx,
FWUpdate.FWUpdateListener lst) |
Constructor and Description |
---|
ConsoleBridge(Control ctrl,
java.net.InetAddress iface,
int ptpPort,
int secPort)
Starts a telnet proxy
|
Modifier and Type | Class and Description |
---|---|
class |
MessageLostException |
class |
ResponseException
Thrown when a command yields an error.
|
Modifier and Type | Method and Description |
---|---|
T |
Response.get()
Gets the object from the response.
|