#include <ClpeSocket.h>
Definition at line 24 of file ClpeSocket.h.
◆ ClpeSocket()
| ClpeSocket::ClpeSocket |
( |
| ) |
|
◆ ~ClpeSocket()
| ClpeSocket::~ClpeSocket |
( |
| ) |
|
|
virtual |
◆ accept()
| bool ClpeSocket::accept |
( |
ClpeSocket * |
new_socket, |
|
|
int |
mcu_id |
|
) |
| const |
◆ bind()
| bool ClpeSocket::bind |
( |
const char * |
host, |
|
|
const int |
port, |
|
|
int |
mcu_id |
|
) |
| |
◆ close()
| void ClpeSocket::close |
( |
int |
mcu_id | ) |
|
◆ connect()
| bool ClpeSocket::connect |
( |
const string |
host, |
|
|
const int |
port, |
|
|
int |
mcu_id |
|
) |
| |
◆ create()
| bool ClpeSocket::create |
( |
int |
mcu_id | ) |
|
◆ is_valid_master()
| bool ClpeSocket::is_valid_master |
( |
| ) |
const |
|
inline |
◆ is_valid_slave()
| bool ClpeSocket::is_valid_slave |
( |
| ) |
const |
|
inline |
◆ listen()
| bool ClpeSocket::listen |
( |
int |
mcu_id | ) |
const |
◆ recv()
| bool ClpeSocket::recv |
( |
unsigned char * |
s, |
|
|
int |
mcu_id |
|
) |
| const |
◆ send()
| bool ClpeSocket::send |
( |
unsigned char * |
s, |
|
|
int |
mcu_id |
|
) |
| const |
◆ set_non_blocking()
| void ClpeSocket::set_non_blocking |
( |
const bool |
b, |
|
|
int |
mcu_id |
|
) |
| |
◆ m_addr
| sockaddr_in ClpeSocket::m_addr |
|
private |
◆ m_sock_master
| int ClpeSocket::m_sock_master |
|
private |
◆ m_sock_slave
| int ClpeSocket::m_sock_slave |
|
private |
The documentation for this class was generated from the following files: