From a570513801f82dd96d78a59edeaefc8ea0f2f586 Mon Sep 17 00:00:00 2001 From: jczic Date: Fri, 4 Oct 2019 23:31:59 +0200 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86178ab..368f911 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ | AsyncSendSendingBuffer | `size=None` (int), `onDataSent=None` (function), `onDataSentArg=None` (object) | | StartSSL | `keyfile=None`, `certfile=None`, `server_side=False`, `cert_reqs=ssl.CERT_NONE`, `ca_certs=None` | | StartSSLContext | `sslContext`, `serverSide=False` | +- `onLineRecv` is a callback event of type f(xAsyncTCPClient, line, arg) - `onDataRecv` is a callback event of type f(xAsyncTCPClient, data, arg) - `onDataSent` is a callback event of type f(xAsyncTCPClient, arg) - `StartSSL` and `StartSSLContext` doesn't works on MicroPython (in asynchronous non-blocking sockets mode)