- command
- The command to send
- args
- Any parameters to include with the command
- cb
- The callback to receive the result on
Sends a generic command to the session. It is up to the session creator to decide what commands and parameters they will support. As such, commands should only be sent to sessions that the controller owns.