![]() |
|
PhoenixSocket
4.0.1
Library which integrates socket unix use in Phoenix
|
Parameters to create a socket. More...
#include <PSocketFlag.h>
Public Attributes | |
| std::string | hostname |
| Name of the host to be connected to. | |
| size_t | port |
| Port to be connected to. | |
| int | recvTimeOut {-1} |
| Timeout of the recv method. | |
| int | sendTimeOut {-1} |
| Timeout of the send method. | |
Parameters to create a socket.
Definition at line 68 of file PSocketFlag.h.
| std::string PSocketParam::hostname |
Name of the host to be connected to.
Definition at line 70 of file PSocketFlag.h.
| size_t PSocketParam::port |
Port to be connected to.
Definition at line 72 of file PSocketFlag.h.
| int PSocketParam::recvTimeOut {-1} |
| int PSocketParam::sendTimeOut {-1} |