diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2018-02-09 15:03:34 +0100 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2018-02-14 01:26:23 +0100 |
commit | 67b600d957b27c9e084bcb0cc77e80f17a7db621 (patch) | |
tree | af38a81806f980c072f8860f39c8d4b9d8fbe6ca /doc | |
parent | b33d10ccdfff52611ff508bbec64d65e0d88da70 (diff) |
Add mbedtls module
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/StreamPeerSSL.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/StreamPeerSSL.xml b/doc/classes/StreamPeerSSL.xml index 0c60213e49..62e5240c7f 100644 --- a/doc/classes/StreamPeerSSL.xml +++ b/doc/classes/StreamPeerSSL.xml @@ -47,6 +47,13 @@ Return the status of the connection, one of STATUS_* enum. </description> </method> + <method name="poll"> + <return type="void"> + </return> + <description> + Poll the connection to check for incoming bytes. Call this right before "get_available_bytes()" for it to work properly. + </description> + </method> </methods> <constants> <constant name="STATUS_DISCONNECTED" value="0" enum="Status"> |