RemoteCommand

Executes a command on the node.

Members

Enums

HUB
anonymousenum HUB
Undocumented in source.

Mixins

__anonymous
mixin IO!(origin, sender, command, commandId)
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.

Meta