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 MqttClient, including all inherited members.
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 clientName, boolean useSsl=false, uint32_t sslOptions=0) (defined in MqttClient) | MqttClient | |
connect(String clientName, String username, String password, boolean useSsl=false, uint32_t sslOptions=0) (defined in MqttClient) | MqttClient | |
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 |
debugPrintResponseType(int type, int len) (defined in MqttClient) | MqttClient | protected |
flush() (defined in TcpConnection) | TcpConnection | protected |
getAvailableWriteSize() (defined in TcpConnection) | TcpConnection | inlineprotected |
getConnectionState() (defined in MqttClient) | MqttClient | inline |
getRemoteIp() (defined in TcpConnection) | TcpConnection | inlineprotected |
getRemotePort() (defined in TcpConnection) | TcpConnection | inlineprotected |
initialize(tcp_pcb *pcb) (defined in TcpConnection) | TcpConnection | protected |
internalTcpConnect(IPAddress addr, uint16_t port) (defined in TcpConnection) | TcpConnection | protected |
isProcessing() (defined in MqttClient) | MqttClient | inline |
MqttClient(String serverHost, int serverPort, MqttStringSubscriptionCallback callback=NULL) (defined in MqttClient) | MqttClient | |
MqttClient(IPAddress serverIp, int serverPort, MqttStringSubscriptionCallback callback=NULL) (defined in MqttClient) | MqttClient | |
onConnected(err_t err) (defined in TcpClient) | TcpClient | protectedvirtual |
onError(err_t err) (defined in TcpClient) | TcpClient | protectedvirtual |
onFinished(TcpClientState finishState) (defined in TcpClient) | TcpClient | protectedvirtual |
onPoll() (defined in TcpConnection) | TcpConnection | protectedvirtual |
onReadyToSendData(TcpConnectionEvent sourceEvent) (defined in MqttClient) | MqttClient | protectedvirtual |
onReceive(pbuf *buf) (defined in MqttClient) | MqttClient | protectedvirtual |
onSent(uint16_t len) (defined in TcpClient) | TcpClient | protectedvirtual |
publish(String topic, String message, bool retained=false) (defined in MqttClient) | MqttClient | |
publishWithQoS(String topic, String message, int QoS, bool retained=false, MqttMessageDeliveredCallback onDelivery=NULL) (defined in MqttClient) | MqttClient | |
pushAsyncPart() (defined in TcpClient) | TcpClient | 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 |
setCompleteDelegate(TcpClientCompleteDelegate completeCb=NULL) | TcpClient | protected |
setKeepAlive(int seconds) (defined in MqttClient) | MqttClient | |
setPingRepeatTime(int seconds) (defined in MqttClient) | MqttClient | |
setReceiveDelegate(TcpClientDataDelegate receiveCb=NULL) | TcpClient | protected |
setTimeOut(uint16_t waitTimeOut) (defined in TcpConnection) | TcpConnection | protected |
setWill(String topic, String message, int QoS, bool retained=false) (defined in MqttClient) | MqttClient | |
sleep (defined in TcpConnection) | TcpConnection | 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 |
staticSendPacket(void *userInfo, const void *buf, unsigned int count) (defined in MqttClient) | MqttClient | protectedstatic |
subscribe(String topic) (defined in MqttClient) | MqttClient | |
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 |
unsubscribe(String topic) (defined in MqttClient) | MqttClient | |
useSsl (defined in TcpConnection) | TcpConnection | 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 |
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 |
~MqttClient() (defined in MqttClient) | MqttClient | virtual |
~TcpClient() (defined in TcpClient) | TcpClient | protectedvirtual |
~TcpConnection() (defined in TcpConnection) | TcpConnection | protectedvirtual |