Rubeus::RMailingList class

A class that handles all the message commands.

Contents

Public functions

void sendSignal(std::string command, var data = NULL)
Runs a command.
void addEngineCommands()
Adds engine commands to CommandsMap.

Public variables

std::map<std::string, SignalSignature*> CommandsMap
Contains all the message commands.

Function documentation

void Rubeus::RMailingList::sendSignal(std::string command, var data = NULL)

Runs a command.

Parameters
command Name of message command.
data The data that need to pass to corresponding function.

Variable documentation

std::map<std::string, SignalSignature*> Rubeus::RMailingList::CommandsMap

Contains all the message commands.

CommandsMap