#include <UdpClient.h>
|
| | UdpClient (const string &ipAddress, unsigned int port) |
| |
| | ~UdpClient () |
| |
| void | send (const vector< unsigned char > *bytes) |
| |
◆ UdpClient()
| conscience_core::communication::UdpClient::UdpClient |
( |
const string & |
ipAddress, |
|
|
unsigned int |
port |
|
) |
| |
◆ ~UdpClient()
| conscience_core::communication::UdpClient::~UdpClient |
( |
| ) |
|
◆ send()
| void conscience_core::communication::UdpClient::send |
( |
const vector< unsigned char > * |
bytes | ) |
|
- Parameters
-
| bytes | will be deleted in this method |
The documentation for this class was generated from the following files: