diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-10-29 20:03:01 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-10-29 20:03:01 +0100 |
commit | ac4560560513d838450e86c25611d950cefc44ee (patch) | |
tree | 647eb69cf384142a7313e8b957ec90708226a0a5 /doc-src | |
parent | 06ca46d943e3d7bbf315fcfb8c4653523fae66de (diff) | |
download | vdr-plugin-epgsearch-ac4560560513d838450e86c25611d950cefc44ee.tar.gz vdr-plugin-epgsearch-ac4560560513d838450e86c25611d950cefc44ee.tar.bz2 |
extended internal variable syntax with 'connect'
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" |