-
Notifications
You must be signed in to change notification settings - Fork 2
_port_service
bergsma edited this page Sep 26, 2014
·
3 revisions
#port_service
###Create a general purpose listen port over TCP/IP.
Syntax
status = port_service service ;
Arguments
- str service
The name of the service (ie. from /etc/services).
Return Value
str status
- listenSocket :
The STATUS variable is set to
str status
- listenSocket :
The STATUS variable is set to
Description
None
Examples
None
Related Links
None