public class ToggleTracingCommand extends Command<java.lang.Boolean,Command.EmptyCommandData>
Command.EmptyCommandData_cmdID, _cmdSetID, _packetManager, EMPTY_DATA| Constructor and Description |
|---|
ToggleTracingCommand(ALSBDebugger debugger)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected Command.EmptyCommandData |
read(PacketInputStream stream)
callback to read command specific data from the packet
|
void |
toggle(java.lang.Boolean enable)
run this command
|
protected void |
write(java.lang.Boolean enable, PacketOutputStream stream)
callback to write command specific data to the packet
|
equals, hashCode, rundebugger, validateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoStringpublic ToggleTracingCommand(ALSBDebugger debugger)
public void toggle(java.lang.Boolean enable)
protected void write(java.lang.Boolean enable,
PacketOutputStream stream)
throws java.io.IOException
write in class Command<java.lang.Boolean,Command.EmptyCommandData>java.io.IOExceptionprotected Command.EmptyCommandData read(PacketInputStream stream) throws java.io.IOException
read in class Command<java.lang.Boolean,Command.EmptyCommandData>java.io.IOException