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, run
debugger, validate
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
toString
protected 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.IOException
protected GetVariableValueCommand.ValueContent read(PacketInputStream stream) throws java.io.IOException
read
in class Command<Variable,GetVariableValueCommand.ValueContent>
java.io.IOException