![]() |
WiConnect Host Library- API Reference Guide | ||
Socket Types. More...
Classes | |
class | wiconnect::SocketInterface |
The provides an interface for creating TCP/UDP/TLS/HTTP client sockets. A client socket connects to a remote server. More... | |
struct | wiconnect::HttpSocketArgs |
Struct for hold HTTP socket configuration. More... | |
class | wiconnect::WiconnectSocket |
Connection object to remote server. More... | |
class | wiconnect::WiconnectUdpServer |
UDP Server Listening socket. More... | |
Enumerations | |
enum | wiconnect::SocketType { wiconnect::SOCKET_TYPE_UNKNOWN, wiconnect::SOCKET_TYPE_TCP, wiconnect::SOCKET_TYPE_TLS, wiconnect::SOCKET_TYPE_UDP, wiconnect::SOCKET_TYPE_HTTP, wiconnect::SOCKET_TYPE_UDPS, wiconnect::SOCKET_TYPE_GHM } |
Socket type. More... | |
enum | wiconnect::HttpSocketType { wiconnect::SOCKET_HTTP_GET, wiconnect::SOCKET_HTTP_POST, wiconnect::SOCKET_HTTP_HEAD } |
HTTP Socket sub-type. More... | |
Socket Types.
HTTP Socket sub-type.
Enumerator | |
---|---|
SOCKET_HTTP_GET |
HTTP GET Request socket type. |
SOCKET_HTTP_POST |
HTTP POST Request socket type. |
SOCKET_HTTP_HEAD |
HTTP HEAD Request socket type. |
Definition at line 353 of file WiconnectTypes.h.
Socket type.
Definition at line 338 of file WiconnectTypes.h.