Public Member Functions | |
SendCommandEvent (ControlCommand cmd, SendWaiter *waiter=0) | |
ControlCommand | command () |
SendWaiter * | waiter () |
Private Attributes | |
ControlCommand | _cmd |
SendWaiter * | _waiter |
Definition at line 142 of file controlconnection.h.
ControlConnection::SendCommandEvent::SendCommandEvent | ( | ControlCommand | cmd, | |
SendWaiter * | waiter = 0 | |||
) | [inline] |
Constructor.
Definition at line 145 of file controlconnection.h.
ControlCommand ControlConnection::SendCommandEvent::command | ( | ) | [inline] |
Returns the control command to send to Tor.
Definition at line 149 of file controlconnection.h.
References _cmd.
SendWaiter* ControlConnection::SendCommandEvent::waiter | ( | ) | [inline] |
Returns a waiter (if any) for the result of this send.
Definition at line 151 of file controlconnection.h.
References _waiter.
Referenced by SendCommandEvent().
Command to send to Tor.
Definition at line 153 of file controlconnection.h.
Referenced by command(), and SendCommandEvent().
Waiter for the result of this event.
Definition at line 154 of file controlconnection.h.
Referenced by SendCommandEvent(), and waiter().