|
Urbi SDK Remote for C++
2.7.5
|
Construction options. More...
#include <uclient.hh>

Public Member Functions | |
| options (bool server=false) | |
| Backward compatibility with the previous UClient::UClient interface. | |
| UCLIENT_OPTION (bool, server) | |
| Whether in server mode. | |
| UCLIENT_OPTION (bool, start) | |
| Whether the socket autostarts. | |
| UCLIENT_OPTION (bool, asynchronous) | |
| Wheteher the connection is established asynchronously. | |
Construction options.
Definition at line 35 of file uclient.hh.
| urbi::UClient::options::options | ( | bool | server = false | ) |
Backward compatibility with the previous UClient::UClient interface.
Don't make it "explicit" so that we can call "UClient(host, port)" and have the expected "server == false".
start defaults to true, for backward compatibility too.
Definition at line 37 of file uclient.cc.
| urbi::UClient::options::UCLIENT_OPTION | ( | bool | , |
| server | |||
| ) |
Whether in server mode.
| urbi::UClient::options::UCLIENT_OPTION | ( | bool | , |
| start | |||
| ) |
Whether the socket autostarts.
| urbi::UClient::options::UCLIENT_OPTION | ( | bool | , |
| asynchronous | |||
| ) |
Wheteher the connection is established asynchronously.