diff options
author | Josef Gajdusek <atx@atx.name> | 2015-05-06 00:17:04 +0200 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-05-06 21:47:44 +0100 |
commit | d39d96b70045d82f207f9bb8d1908aeb40b75b7c (patch) | |
tree | 87a02c7e902232a5d183cbe6ae174af776efd144 /esp8266/qstrdefsport.h | |
parent | 2d56df67cd7f6efac2607e625c72c379fd6c3601 (diff) |
esp8266: Add .onsent callback support
The function passed to socket.onsent() gets called after data is succesfully
sent by the socket.
Diffstat (limited to 'esp8266/qstrdefsport.h')
-rw-r--r-- | esp8266/qstrdefsport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h index fb064095e..704cb70c0 100644 --- a/esp8266/qstrdefsport.h +++ b/esp8266/qstrdefsport.h @@ -62,6 +62,7 @@ Q(close) Q(protocol) Q(onconnect) Q(onrecv) +Q(onsent) Q(ondisconnect) Q(STAT_IDLE) Q(STAT_CONNECTING) |