Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
This is the complete list of members for FTPServer, including all inherited members.
activeClients (defined in TcpServer) | TcpServer | |
addUser(String login, String pass) (defined in FTPServer) | FTPServer | |
autoSelfDestruct (defined in TcpConnection) | TcpConnection | protected |
canSend (defined in TcpConnection) | TcpConnection | protected |
checkUser(String login, String pass) (defined in FTPServer) | FTPServer | |
close() (defined in TcpConnection) | TcpConnection | virtual |
closeTcpConnection(tcp_pcb *tpcb) (defined in TcpConnection) | TcpConnection | protectedstatic |
connect(String server, int port, bool useSsl=false, uint32_t sslOptions=0) (defined in TcpConnection) | TcpConnection | virtual |
connect(IPAddress addr, uint16_t port, bool useSsl=false, uint32_t sslOptions=0) (defined in TcpConnection) | TcpConnection | virtual |
createClient(tcp_pcb *clientTcp) (defined in FTPServer) | FTPServer | protectedvirtual |
flush() (defined in TcpConnection) | TcpConnection | |
FTPServer() (defined in FTPServer) | FTPServer | |
FTPServerConnection (defined in FTPServer) | FTPServer | friend |
getAvailableWriteSize() (defined in TcpConnection) | TcpConnection | inline |
getRemoteIp() (defined in TcpConnection) | TcpConnection | inline |
getRemotePort() (defined in TcpConnection) | TcpConnection | inline |
initialize(tcp_pcb *pcb) (defined in TcpConnection) | TcpConnection | protected |
internalTcpConnect(IPAddress addr, uint16_t port) (defined in TcpConnection) | TcpConnection | protected |
listen(int port) (defined in TcpServer) | TcpServer | virtual |
onAccept(tcp_pcb *clientTcp, err_t err) (defined in TcpServer) | TcpServer | protectedvirtual |
onClient(TcpClient *client) (defined in TcpServer) | TcpServer | protectedvirtual |
onClientComplete(TcpClient &client, bool succesfull) (defined in TcpServer) | TcpServer | protectedvirtual |
onClientReceive(TcpClient &client, char *data, int size) (defined in TcpServer) | TcpServer | protectedvirtual |
onCommand(String cmd, String data, FTPServerConnection &connection) (defined in FTPServer) | FTPServer | protectedvirtual |
onConnected(err_t err) (defined in TcpConnection) | TcpConnection | protectedvirtual |
onError(err_t err) (defined in TcpConnection) | TcpConnection | protectedvirtual |
onPoll() (defined in TcpConnection) | TcpConnection | protectedvirtual |
onReadyToSendData(TcpConnectionEvent sourceEvent) (defined in TcpConnection) | TcpConnection | protectedvirtual |
onReceive(pbuf *buf) (defined in TcpConnection) | TcpConnection | protectedvirtual |
onSent(uint16_t len) (defined in TcpConnection) | TcpConnection | protectedvirtual |
setTimeOut(uint16_t waitTimeOut) (defined in TcpServer) | TcpServer | |
sleep (defined in TcpConnection) | TcpConnection | protected |
staticAccept(void *arg, tcp_pcb *new_tcp, err_t err) (defined in TcpServer) | TcpServer | protectedstatic |
staticDnsResponse(const char *name, ip_addr_t *ipaddr, void *arg) (defined in TcpConnection) | TcpConnection | protectedstatic |
staticOnConnected(void *arg, tcp_pcb *tcp, err_t err) (defined in TcpConnection) | TcpConnection | protectedstatic |
staticOnError(void *arg, err_t err) (defined in TcpConnection) | TcpConnection | protectedstatic |
staticOnPoll(void *arg, tcp_pcb *tcp) (defined in TcpConnection) | TcpConnection | protectedstatic |
staticOnReceive(void *arg, tcp_pcb *tcp, pbuf *p, err_t err) (defined in TcpConnection) | TcpConnection | protectedstatic |
staticOnSent(void *arg, tcp_pcb *tcp, uint16_t len) (defined in TcpConnection) | TcpConnection | protectedstatic |
tcp (defined in TcpConnection) | TcpConnection | protected |
TcpConnection(bool autoDestruct) (defined in TcpConnection) | TcpConnection | |
TcpConnection(tcp_pcb *connection, bool autoDestruct) (defined in TcpConnection) | TcpConnection | |
TcpServer() (defined in TcpServer) | TcpServer | |
TcpServer(TcpClientConnectDelegate onClientHandler, TcpClientDataDelegate clientReceiveDataHandler, TcpClientCompleteDelegate clientCompleteHandler) (defined in TcpServer) | TcpServer | |
TcpServer(TcpClientDataDelegate clientReceiveDataHandler, TcpClientCompleteDelegate clientCompleteHandler) (defined in TcpServer) | TcpServer | |
TcpServer(TcpClientDataDelegate clientReceiveDataHandler) (defined in TcpServer) | TcpServer | |
totalConnections (defined in TcpServer) | TcpServer | static |
useSsl (defined in TcpConnection) | TcpConnection | protected |
write(const char *data, int len, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection) | TcpConnection | virtual |
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 | |
~FTPServer() (defined in FTPServer) | FTPServer | virtual |
~TcpConnection() (defined in TcpConnection) | TcpConnection | virtual |
~TcpServer() (defined in TcpServer) | TcpServer | virtual |