Skip to content

_secs_hsms

bergsma edited this page Sep 26, 2014 · 5 revisions

#secs_hsms

###Create a HSMS listen port.

Syntax

listenSocket = secs_hsms service ;

Arguments

  1. str service

The name of the HSMS service (ie. from /etc/services).

Return Value

handle listenSocket
  • socket : The TCP/IP socket handle in which the HSMS 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_hsms service ;

Description

  • None

Examples

puts "Create an example for the function 'secs_hsms'" ;

Related Links

secs_service
secs_assign

Clone this wiki locally