VideoTools
|
A mixin base class that contains a bound Gv::CommandSocket object integrated with the GNet::EventLoop. More...
#include <gvcommandsocket.h>
Public Member Functions | |
CommandSocketMixin (const std::string &bind_name) | |
Constructor. | |
virtual | ~CommandSocketMixin () |
Destructor. | |
virtual void | onCommandSocketData (std::string)=0 |
Callback that delivers a datagram. | |
A mixin base class that contains a bound Gv::CommandSocket object integrated with the GNet::EventLoop.
Definition at line 105 of file gvcommandsocket.h.