diff options
Diffstat (limited to 'doc-src')
-rw-r--r-- | doc-src/en/epgsearch.4.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc-src/en/epgsearch.4.txt b/doc-src/en/epgsearch.4.txt index 0d2588a..5938cc0 100644 --- a/doc-src/en/epgsearch.4.txt +++ b/doc-src/en/epgsearch.4.txt @@ -728,6 +728,16 @@ The script must return a string B<without> line break! If the script returns nothing, an empty string will be assigned to the Variable %Result%. +=head2 Calling a TCP service + +You can call a TCP service with the following syntax: + + %uservar%=connect(<addr>, <port>, [<data>]) + +This will connect to <addr> through the given port and pass the optional given +data. <addr> can be an IP address or the domain name of the TCP service. The result +returned by the service must be terminated with a line feed. + =head2 Possible variables for a list of already builtin variables refer to the section "Customizing the EPG menus" |