|
typedef std::vector< UdpCommand >::iterator | COMMANDITERATOR |
|
|
bool | Create () |
|
void | Destroy () |
|
void | OnStartup () override |
|
void | Process () override |
|
bool | Broadcast (int aPort, const std::string &aMessage) |
|
bool | Send (const std::string &aIpAddress, int aPort, const std::string &aMessage) |
|
bool | Send (struct sockaddr_in aAddress, const std::string &aMessage) |
|
bool | Send (struct sockaddr_in aAddress, unsigned char *pMessage, DWORD dwSize) |
|
virtual void | OnMessage (struct sockaddr_in &aRemoteAddress, const std::string &aMessage, unsigned char *pMessage, DWORD dwMessageLength) |
|
bool | DispatchNextCommand () |
|
|
SOCKET | client_socket |
|
std::vector< UdpCommand > | commands |
|
CCriticalSection | critical_section |
|
The documentation for this class was generated from the following files: