|
| Client (const int &port) |
|
std::string | recv () |
|
void | send (const std::string &text) |
|
void | close () |
| Closes the connection to the socket. More...
|
|
std::string | getIP () const |
| Determines the local IP address of the currently configured socket. More...
|
|
int | getSocketFD () |
| Getter for the file descriptor of the socket. More...
|
|
SocketState | getState () |
| Getter for the state of the socket. More...
|
|
bool | read (char *character) |
| Reads one byte from the socket. More...
|
|
bool | read (uint8_t *buf, const size_t buf_len, size_t &read) |
| Reads data from the socket. More...
|
|
void | setReceiveTimeout (const timeval &timeout) |
| Setup Receive timeout used for this socket. More...
|
|
void | setReconnectionTime (std::chrono::seconds reconnection_time) |
| Set reconnection time, if the server is unavailable during connection this will set the time before trying connect to the server again. More...
|
|
| TCPSocket () |
| Creates a TCPSocket object. More...
|
|
bool | write (const uint8_t *buf, const size_t buf_len, size_t &written) |
| Writes to the socket. More...
|
|
virtual | ~TCPSocket () |
|
|
virtual bool | open (int socket_fd, struct sockaddr *address, size_t address_len) |
|
virtual void | setOptions (int socket_fd) |
|
bool | setup (std::string &host, int port) |
|
Definition at line 40 of file test_script_sender.cpp.
◆ Client()
ScriptSenderTest::Client::Client |
( |
const int & |
port | ) |
|
|
inline |
◆ open()
virtual bool ScriptSenderTest::Client::open |
( |
int |
socket_fd, |
|
|
struct sockaddr * |
address, |
|
|
size_t |
address_len |
|
) |
| |
|
inlineprotectedvirtual |
◆ recv()
std::string ScriptSenderTest::Client::recv |
( |
| ) |
|
|
inline |
◆ send()
void ScriptSenderTest::Client::send |
( |
const std::string & |
text | ) |
|
|
inline |
The documentation for this class was generated from the following file:
ur_client_library
Author(s): Thomas Timm Andersen, Simon Rasmussen, Felix Exner, Lea Steffen, Tristan Schnell
autogenerated on Tue Jul 4 2023 02:09:47