public class CmdNetwork extends Control.CommandGroup
Modifier and Type | Class and Description |
---|---|
static class |
CmdNetwork.WlTuneInfo |
Modifier and Type | Field and Description |
---|---|
static int |
WL_TUNE_PROC_EOPTOLINK |
static int |
WL_TUNE_PROC_JDSU |
static int |
WL_TUNE_PROC_LUMENTUM |
static int |
WL_TUNE_PROC_NONE |
static int |
WL_TUNE_PROC_OESOLUTIONS |
static int |
WL_TUNE_PROC_SIMULATION |
static int |
WL_TUNE_STATE_BUSY |
static int |
WL_TUNE_STATE_ERROR |
static int |
WL_TUNE_STATE_IDLE |
static int |
WL_TUNE_STATE_WAITACK |
ctl, msg
Modifier | Constructor and Description |
---|---|
protected |
CmdNetwork(Control ctl,
MessageProcessor msg) |
Modifier and Type | Method and Description |
---|---|
Response<java.lang.Void> |
changeWLTuneWord(int delta)
Changes the wavelength.
|
Response<CmdNetwork.WlTuneInfo> |
getWlInfo()
Acks the wavelength.
|
Response<java.lang.Void> |
sendWlAck()
Requests .
|
Response<java.lang.Void> |
setMuxDest(java.net.Inet4Address destTarget)
Sets the destination address of the IPMux.
|
Response<java.lang.Void> |
setWLTuneWord(long tw) |
public static final int WL_TUNE_STATE_IDLE
public static final int WL_TUNE_STATE_BUSY
public static final int WL_TUNE_STATE_WAITACK
public static final int WL_TUNE_STATE_ERROR
public static final int WL_TUNE_PROC_NONE
public static final int WL_TUNE_PROC_EOPTOLINK
public static final int WL_TUNE_PROC_OESOLUTIONS
public static final int WL_TUNE_PROC_SIMULATION
public static final int WL_TUNE_PROC_LUMENTUM
public static final int WL_TUNE_PROC_JDSU
protected CmdNetwork(Control ctl, MessageProcessor msg)
public Response<java.lang.Void> setMuxDest(java.net.Inet4Address destTarget)
destTarget
- Destination IP addresspublic Response<java.lang.Void> changeWLTuneWord(int delta)
public Response<java.lang.Void> setWLTuneWord(long tw)
public Response<CmdNetwork.WlTuneInfo> getWlInfo()
public Response<java.lang.Void> sendWlAck()