public static class AgcInfoPacket.Payload extends Packet.Payload
command, status
Constructor and Description |
---|
Payload() |
Modifier and Type | Method and Description |
---|---|
long[] |
getCh1() |
long[] |
getCh2() |
int |
getDc0LedCurrent() |
ADPDLed |
getLedIndex() |
int |
getTiaCh1() |
int |
getTiaCh2() |
void |
setCh1(long[] ch1) |
void |
setCh2(long[] ch2) |
void |
setDc0LedCurrent(int dc0LedCurrent) |
void |
setLedIndex(ADPDLed ledIndex) |
void |
setTiaCh1(int tiaCh1) |
void |
setTiaCh2(int tiaCh2) |
java.lang.String |
toString() |
getCommand, getStatus, setCommand, setStatus
public ADPDLed getLedIndex()
public long[] getCh1()
public long[] getCh2()
public int getDc0LedCurrent()
public int getTiaCh1()
public int getTiaCh2()
public void setLedIndex(ADPDLed ledIndex)
public void setCh1(long[] ch1)
public void setCh2(long[] ch2)
public void setDc0LedCurrent(int dc0LedCurrent)
public void setTiaCh1(int tiaCh1)
public void setTiaCh2(int tiaCh2)
public java.lang.String toString()
toString
in class java.lang.Object