Skip to content

Commit a570513

Browse files
author
jczic
committed
Update readme
1 parent 1746bf3 commit a570513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
| AsyncSendSendingBuffer | `size=None` (int), `onDataSent=None` (function), `onDataSentArg=None` (object) |
106106
| StartSSL | `keyfile=None`, `certfile=None`, `server_side=False`, `cert_reqs=ssl.CERT_NONE`, `ca_certs=None` |
107107
| StartSSLContext | `sslContext`, `serverSide=False` |
108+
- `onLineRecv` is a callback event of type f(xAsyncTCPClient, line, arg)
108109
- `onDataRecv` is a callback event of type f(xAsyncTCPClient, data, arg)
109110
- `onDataSent` is a callback event of type f(xAsyncTCPClient, arg)
110111
- `StartSSL` and `StartSSLContext` doesn't works on MicroPython (in asynchronous non-blocking sockets mode)

0 commit comments

Comments
 (0)