Public Member Functions | |
TransmitterSocket (const std::string &IPAddress, unsigned int port=0) | |
int | send (Socket &toSocket, const std::string &buffer, bool verbose=true) |
int | send (Socket &toSocket, const std::vector< uint32_t > &buffer, bool verbose=true) |
int | send (Socket &toSocket, const std::vector< uint16_t > &buffer, bool verbose=true) |
Definition at line 13 of file TransmitterSocket.h.