ACKme Logo WiConnect Host Library- API Reference Guide
 
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
wiconnect::SocketInterface Member List

This is the complete list of members for wiconnect::SocketInterface, including all inherited members.

closeAllSockets()wiconnect::SocketInterface
connect(WiconnectSocket &socket, SocketType type, const char *host, uint16_t remortPort, uint16_t localPort, const void *args)wiconnect::SocketInterface
httpAddHeader(WiconnectSocket &socket, const char *key, const char *value)wiconnect::SocketInterface
httpConnect(WiconnectSocket &socket, const char *url, const HttpSocketArgs *args)wiconnect::SocketInterface
httpGet(WiconnectSocket &socket, const char *url, bool openOnly=false, const char *certFilename=NULL)wiconnect::SocketInterface
httpGetStatus(WiconnectSocket &socket, uint32_t *statusCodePtr)wiconnect::SocketInterface
httpHead(WiconnectSocket &socket, const char *url, const char *certFilename=NULL)wiconnect::SocketInterface
httpPost(WiconnectSocket &socket, const char *url, const char *contextType, bool openOnly=true, const char *certFilename=NULL)wiconnect::SocketInterface
tcpAccept(WiconnectSocket &socket, uint32_t timeoutMs=WICONNECT_WAIT_FOREVER)wiconnect::SocketInterface
tcpConnect(WiconnectSocket &socket, const char *host, uint16_t remortPort)wiconnect::SocketInterface
tcpListen(uint16_t listeningPort, int maxClients=0)wiconnect::SocketInterface
tcpServerStop(void)wiconnect::SocketInterface
tlsConnect(WiconnectSocket &socket, const char *host, uint16_t remortPort, const char *certFilename=NULL)wiconnect::SocketInterface
udpConnect(WiconnectSocket &socket, const char *host, uint16_t remortPort, uint16_t localPort=SOCKET_ANY_PORT)wiconnect::SocketInterface
udpListen(WiconnectUdpServer &udpServer, uint16_t listeningPort)wiconnect::SocketInterface