Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
TcpClient Member List

This is the complete list of members for TcpClient, including all inherited members.

autoSelfDestruct (defined in TcpConnection)TcpConnectionprotected
canSend (defined in TcpConnection)TcpConnectionprotected
close() (defined in TcpClient)TcpClientvirtual
closeTcpConnection(tcp_pcb *tpcb) (defined in TcpConnection)TcpConnectionprotectedstatic
connect(String server, int port, boolean useSsl=false, uint32_t sslOptions=0) (defined in TcpClient)TcpClientvirtual
connect(IPAddress addr, uint16_t port, boolean useSsl=false, uint32_t sslOptions=0) (defined in TcpClient)TcpClientvirtual
flush() (defined in TcpConnection)TcpConnection
getAvailableWriteSize() (defined in TcpConnection)TcpConnectioninline
getConnectionState() (defined in TcpClient)TcpClientinline
getRemoteIp() (defined in TcpConnection)TcpConnectioninline
getRemotePort() (defined in TcpConnection)TcpConnectioninline
initialize(tcp_pcb *pcb) (defined in TcpConnection)TcpConnectionprotected
internalTcpConnect(IPAddress addr, uint16_t port) (defined in TcpConnection)TcpConnectionprotected
isProcessing() (defined in TcpClient)TcpClientinline
onConnected(err_t err) (defined in TcpClient)TcpClientprotectedvirtual
onError(err_t err) (defined in TcpClient)TcpClientprotectedvirtual
onFinished(TcpClientState finishState) (defined in TcpClient)TcpClientprotectedvirtual
onPoll() (defined in TcpConnection)TcpConnectionprotectedvirtual
onReadyToSendData(TcpConnectionEvent sourceEvent) (defined in TcpClient)TcpClientprotectedvirtual
onReceive(pbuf *buf) (defined in TcpClient)TcpClientprotectedvirtual
onSent(uint16_t len) (defined in TcpClient)TcpClientprotectedvirtual
pushAsyncPart() (defined in TcpClient)TcpClientprotected
send(const char *data, uint16_t len, bool forceCloseAfterSent=false) (defined in TcpClient)TcpClient
sendString(String data, bool forceCloseAfterSent=false) (defined in TcpClient)TcpClient
setCompleteDelegate(TcpClientCompleteDelegate completeCb=NULL)TcpClient
setReceiveDelegate(TcpClientDataDelegate receiveCb=NULL)TcpClient
setTimeOut(uint16_t waitTimeOut) (defined in TcpConnection)TcpConnection
sleep (defined in TcpConnection)TcpConnectionprotected
staticDnsResponse(const char *name, ip_addr_t *ipaddr, void *arg) (defined in TcpConnection)TcpConnectionprotectedstatic
staticOnConnected(void *arg, tcp_pcb *tcp, err_t err) (defined in TcpConnection)TcpConnectionprotectedstatic
staticOnError(void *arg, err_t err) (defined in TcpConnection)TcpConnectionprotectedstatic
staticOnPoll(void *arg, tcp_pcb *tcp) (defined in TcpConnection)TcpConnectionprotectedstatic
staticOnReceive(void *arg, tcp_pcb *tcp, pbuf *p, err_t err) (defined in TcpConnection)TcpConnectionprotectedstatic
staticOnSent(void *arg, tcp_pcb *tcp, uint16_t len) (defined in TcpConnection)TcpConnectionprotectedstatic
tcp (defined in TcpConnection)TcpConnectionprotected
TcpClient(bool autoDestruct) (defined in TcpClient)TcpClient
TcpClient(tcp_pcb *clientTcp, TcpClientDataDelegate clientReceive, TcpClientCompleteDelegate onCompleted) (defined in TcpClient)TcpClient
TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientEventDelegate onReadyToSend, TcpClientDataDelegate onReceive=NULL) (defined in TcpClient)TcpClient
TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientDataDelegate onReceive=NULL) (defined in TcpClient)TcpClient
TcpClient(TcpClientDataDelegate onReceive) (defined in TcpClient)TcpClient
TcpConnection(bool autoDestruct) (defined in TcpConnection)TcpConnection
TcpConnection(tcp_pcb *connection, bool autoDestruct) (defined in TcpConnection)TcpConnection
timeOut (defined in TcpConnection)TcpConnectionprotected
useSsl (defined in TcpConnection)TcpConnectionprotected
write(const char *data, int len, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection)TcpConnectionvirtual
write(IDataSourceStream *stream) (defined in TcpConnection)TcpConnection
writeString(const char *data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection)TcpConnection
writeString(const String data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection)TcpConnection
~TcpClient() (defined in TcpClient)TcpClientvirtual
~TcpConnection() (defined in TcpConnection)TcpConnectionvirtual