-
Notifications
You must be signed in to change notification settings - Fork 2
_secs_service
bergsma edited this page Sep 26, 2014
·
5 revisions
#secs_service
###Create a SECS I listen port over TCP/IP.
Syntax
listenSocket = secs_service service ;
Arguments
- str service
The name of the service (ie. from /etc/services).
Return Value
handle listenSocket
- socket : The TCP/IP socket handle in which the SECS I service is listening.
The STATUS variable is set to $ACKNOWLEDGE
- -1 : Could not find "service" in /etc/services",
The STATUS variable is set to %INVALID
Warnings
- %INVALID : Could not find "service" in /etc/services",
Exceptions
- %ARGUMENT: Invalid arguments. Usage: listenSocket = secs_service service ;
Description
- None
Examples
puts "Create an example for the function 'secs_service'" ;
Related Links