public class GetVariableValueCommand extends Command<Variable,GetVariableValueCommand.ValueContent>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetVariableValueCommand.ValueContent
simple struct class containing value definition
|
Command.EmptyCommandData_cmdID, _cmdSetID, _packetManager, EMPTY_DATA| Modifier | Constructor and Description |
|---|---|
protected |
GetVariableValueCommand(ALSBDebugger debugger)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected GetVariableValueCommand.ValueContent |
read(PacketInputStream stream)
callback to read command specific data from the packet
|
static GetVariableValueCommand.ValueContent |
value(Variable variable)
command shortcut
|
protected void |
write(Variable variable, PacketOutputStream stream)
callback to write command specific data to the packet
|
equals, hashCode, rundebugger, validateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoStringprotected GetVariableValueCommand(ALSBDebugger debugger)
public static GetVariableValueCommand.ValueContent value(Variable variable)
protected void write(Variable variable, PacketOutputStream stream) throws java.io.IOException
write in class Command<Variable,GetVariableValueCommand.ValueContent>java.io.IOExceptionprotected GetVariableValueCommand.ValueContent read(PacketInputStream stream) throws java.io.IOException
read in class Command<Variable,GetVariableValueCommand.ValueContent>java.io.IOException