|
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 rBootHttpUpdate, including all inherited members.
| addItem(int offset, String firmwareFileUrl) (defined in rBootHttpUpdate) | rBootHttpUpdate | |
| applyUpdate() (defined in rBootHttpUpdate) | rBootHttpUpdate | protected |
| autoSelfDestruct (defined in TcpConnection) | TcpConnection | protected |
| canSend (defined in TcpConnection) | TcpConnection | protected |
| close() (defined in TcpClient) | TcpClient | protectedvirtual |
| closeTcpConnection(tcp_pcb *tpcb) (defined in TcpConnection) | TcpConnection | protectedstatic |
| connect(String server, int port, boolean useSsl=false, uint32_t sslOptions=0) (defined in TcpClient) | TcpClient | protectedvirtual |
| connect(IPAddress addr, uint16_t port, boolean useSsl=false, uint32_t sslOptions=0) (defined in TcpClient) | TcpClient | protectedvirtual |
| connect(String server, int port, bool useSsl=false, uint32_t sslOptions=0) (defined in TcpConnection) | TcpConnection | protectedvirtual |
| connect(IPAddress addr, uint16_t port, bool useSsl=false, uint32_t sslOptions=0) (defined in TcpConnection) | TcpConnection | protectedvirtual |
| currentItem (defined in rBootHttpUpdate) | rBootHttpUpdate | protected |
| downloadFile(String url, HttpClientCompletedDelegate onCompleted=NULL) (defined in HttpClient) | HttpClient | protected |
| downloadFile(String url, String saveFileName, HttpClientCompletedDelegate onCompleted=NULL) (defined in HttpClient) | HttpClient | protected |
| downloadString(String url, HttpClientCompletedDelegate onCompleted) (defined in HttpClient) | HttpClient | protected |
| flush() (defined in TcpConnection) | TcpConnection | protected |
| getAvailableWriteSize() (defined in TcpConnection) | TcpConnection | inlineprotected |
| getConnectionState() (defined in HttpClient) | HttpClient | inlineprotected |
| getItem(unsigned int index) (defined in rBootHttpUpdate) | rBootHttpUpdate | |
| getLastModifiedDate() (defined in HttpClient) | HttpClient | protected |
| getPostBody() (defined in HttpClient) | HttpClient | protected |
| getRemoteIp() (defined in TcpConnection) | TcpConnection | inlineprotected |
| getRemotePort() (defined in TcpConnection) | TcpConnection | inlineprotected |
| getResponseCode() (defined in HttpClient) | HttpClient | inlineprotected |
| getResponseHeader(String headerName, String defaultValue="") (defined in HttpClient) | HttpClient | protected |
| getResponseString() (defined in HttpClient) | HttpClient | protected |
| getServerDate() (defined in HttpClient) | HttpClient | protected |
| hasRequestHeader(const String name) (defined in HttpClient) | HttpClient | protected |
| HttpClient(bool autoDestruct=false) (defined in HttpClient) | HttpClient | protected |
| initialize(tcp_pcb *pcb) (defined in TcpConnection) | TcpConnection | protected |
| internalTcpConnect(IPAddress addr, uint16_t port) (defined in TcpConnection) | TcpConnection | protected |
| isProcessing() (defined in HttpClient) | HttpClient | inlineprotected |
| isSuccessful() (defined in HttpClient) | HttpClient | inlineprotected |
| items (defined in rBootHttpUpdate) | rBootHttpUpdate | protected |
| onConnected(err_t err) (defined in TcpClient) | TcpClient | protectedvirtual |
| onError(err_t err) (defined in TcpClient) | TcpClient | protectedvirtual |
| onFinished(TcpClientState finishState) (defined in HttpClient) | HttpClient | protectedvirtual |
| onPoll() (defined in TcpConnection) | TcpConnection | protectedvirtual |
| onReadyToSendData(TcpConnectionEvent sourceEvent) (defined in TcpClient) | TcpClient | protectedvirtual |
| onReceive(pbuf *buf) (defined in HttpClient) | HttpClient | protectedvirtual |
| onSent(uint16_t len) (defined in TcpClient) | TcpClient | protectedvirtual |
| onTimer() (defined in rBootHttpUpdate) | rBootHttpUpdate | protected |
| parseHeaders(pbuf *buf, int headerEnd) (defined in HttpClient) | HttpClient | protected |
| pushAsyncPart() (defined in TcpClient) | TcpClient | protected |
| rBootHttpUpdate() (defined in rBootHttpUpdate) | rBootHttpUpdate | |
| rBootWriteStatus (defined in rBootHttpUpdate) | rBootHttpUpdate | protected |
| reset() (defined in HttpClient) | HttpClient | protected |
| romSlot (defined in rBootHttpUpdate) | rBootHttpUpdate | protected |
| send(const char *data, uint16_t len, bool forceCloseAfterSent=false) (defined in TcpClient) | TcpClient | protected |
| sendString(String data, bool forceCloseAfterSent=false) (defined in TcpClient) | TcpClient | protected |
| setCallback(OtaUpdateDelegate reqUpdateDelegate) (defined in rBootHttpUpdate) | rBootHttpUpdate | |
| setCompleteDelegate(TcpClientCompleteDelegate completeCb=NULL) | TcpClient | protected |
| setDelegate(OtaUpdateDelegate reqUpdateDelegate) (defined in rBootHttpUpdate) | rBootHttpUpdate | |
| setPostBody(const String &_method) (defined in HttpClient) | HttpClient | protected |
| setReceiveDelegate(TcpClientDataDelegate receiveCb=NULL) | TcpClient | protected |
| setRequestContentType(String _content_type) (defined in HttpClient) | HttpClient | protected |
| setRequestHeader(const String name, const String value) (defined in HttpClient) | HttpClient | protected |
| setTimeOut(uint16_t waitTimeOut) (defined in TcpConnection) | TcpConnection | protected |
| sleep (defined in TcpConnection) | TcpConnection | protected |
| start() (defined in rBootHttpUpdate) | rBootHttpUpdate | |
| startDownload(URL uri, HttpClientMode mode, HttpClientCompletedDelegate onCompleted) (defined in HttpClient) | HttpClient | protected |
| 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 |
| switchToRom(uint8 romSlot) (defined in rBootHttpUpdate) | rBootHttpUpdate | |
| tcp (defined in TcpConnection) | TcpConnection | protected |
| TcpClient(bool autoDestruct) (defined in TcpClient) | TcpClient | protected |
| TcpClient(tcp_pcb *clientTcp, TcpClientDataDelegate clientReceive, TcpClientCompleteDelegate onCompleted) (defined in TcpClient) | TcpClient | protected |
| TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientEventDelegate onReadyToSend, TcpClientDataDelegate onReceive=NULL) (defined in TcpClient) | TcpClient | protected |
| TcpClient(TcpClientCompleteDelegate onCompleted, TcpClientDataDelegate onReceive=NULL) (defined in TcpClient) | TcpClient | protected |
| TcpClient(TcpClientDataDelegate onReceive) (defined in TcpClient) | TcpClient | protected |
| TcpConnection(bool autoDestruct) (defined in TcpConnection) | TcpConnection | protected |
| TcpConnection(tcp_pcb *connection, bool autoDestruct) (defined in TcpConnection) | TcpConnection | protected |
| timeOut (defined in TcpConnection) | TcpConnection | protected |
| timer (defined in rBootHttpUpdate) | rBootHttpUpdate | protected |
| updateDelegate (defined in rBootHttpUpdate) | rBootHttpUpdate | protected |
| updateFailed() (defined in rBootHttpUpdate) | rBootHttpUpdate | protected |
| useSsl (defined in TcpConnection) | TcpConnection | protected |
| waitParse (defined in HttpClient) | HttpClient | protected |
| write(const char *data, int len, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection) | TcpConnection | protectedvirtual |
| write(IDataSourceStream *stream) (defined in TcpConnection) | TcpConnection | protected |
| writeEnd() (defined in rBootHttpUpdate) | rBootHttpUpdate | protectedvirtual |
| writeError (defined in HttpClient) | HttpClient | protected |
| writeFlash(const u8 *data, u16 size) (defined in rBootHttpUpdate) | rBootHttpUpdate | protectedvirtual |
| writeInit() (defined in rBootHttpUpdate) | rBootHttpUpdate | protectedvirtual |
| writeRawData(pbuf *buf, int startPos) (defined in rBootHttpUpdate) | rBootHttpUpdate | protectedvirtual |
| writeString(const char *data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection) | TcpConnection | protected |
| writeString(const String data, uint8_t apiflags=TCP_WRITE_FLAG_COPY) (defined in TcpConnection) | TcpConnection | protected |
| ~HttpClient() (defined in HttpClient) | HttpClient | protectedvirtual |
| ~rBootHttpUpdate() (defined in rBootHttpUpdate) | rBootHttpUpdate | virtual |
| ~TcpClient() (defined in TcpClient) | TcpClient | protectedvirtual |
| ~TcpConnection() (defined in TcpConnection) | TcpConnection | protectedvirtual |