From ac4560560513d838450e86c25611d950cefc44ee Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Thu, 29 Oct 2009 20:03:01 +0100 Subject: extended internal variable syntax with 'connect' --- doc-src/en/epgsearch.4.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc-src') 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 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(, , []) + +This will connect to through the given port and pass the optional given +data. 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" -- cgit v1.2.3