RemoteCommand

Executes a command on the node.

Members

Enums

HUB
anonymousenum HUB
Undocumented in source.

Mixins

__anonymous
mixin Make
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
command
string command;

Commands and arguments that should be executed on the node. For example say hello world or kill @a.

commandId
uint commandId;

Identifier of the command. It's sent back in Log's commandId field when the command generates output.

origin
ubyte origin;

Origin of the command. It could be the hub itself or an external source.

sender
Address sender;

Address of the sender if the command has been sent from an external source. It's null when the hub is the sender.

Mixed In Members

From mixin Make

__anonymous
mixin xpacket.maker.Make
Undocumented in source.
fromBuffer
typeof(this) fromBuffer(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta