#include <MPNLBase.h>
Inheritance diagram for MPNL::MUDPClient:
Public Member Functions | |
MUDPClient () | |
virtual | ~MUDPClient () |
bool | PrepareToSend () |
virtual int | Send (const std::string &msg) |
virtual void | SetMode (MMode m) |
Public Attributes | |
std::string | Host |
|
|
|
|
|
Use PrepareToSend once, if you send only message to a specified server on a determined port udpclient->Port = 6001; udpclient->Host = "192.168.8.3"; udpclient->PrepareToSend() |
|
Send a msg, see SetMode return system's 'send' return value |
|
Implements MPNL::MPNLBase. |
|
|