diff options
author | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-06-30 19:28:13 +0200 |
---|---|---|
committer | Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | 2019-07-03 18:42:46 +0200 |
commit | c13be7959439edd03b3fabf8a73a301784bce2b6 (patch) | |
tree | e4068697fcaf027c222a7b59ad653af77f8535f5 /doc | |
parent | 24c52f1c2e6a9726142bc816a79339e99bebd862 (diff) |
Add TCP Server is_listening method
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/TCP_Server.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/TCP_Server.xml b/doc/classes/TCP_Server.xml index 432d83f25b..cac3a0b082 100644 --- a/doc/classes/TCP_Server.xml +++ b/doc/classes/TCP_Server.xml @@ -16,6 +16,13 @@ Returns [code]true[/code] if a connection is available for taking. </description> </method> + <method name="is_listening" qualifiers="const"> + <return type="bool"> + </return> + <description> + Returns [code]true[/code] if the server is currently listening for connections. + </description> + </method> <method name="listen"> <return type="int" enum="Error"> </return> |