Skip to content

_secs_mhp

bergsma edited this page Sep 26, 2014 · 3 revisions

#secs_mhp

###Set the Minimum HSMS Port (MHP) value.

Syntax

status = secs_mhp port ;

Arguments

  1. int port

The Mimimum Hsms Port is the minimum value in which the secs_open function will will attempt an HSMS connection. Values below the MHP instruct secs_open to look for a SECS I connection over a TCP/IP terminal server port. The default MHP is 4000. The maximum value is 99999

Return Value

str status
  • $ACKNOWLEDGE : The MHP was set.

The STATUS variable is set to $ACKNOWLEDGE

str status
  • $ACKNOWLEDGE : The MHP was set.

The STATUS variable is set to $ACKNOWLEDGE

Exceptions

  • %ARGUMENT: Invalid arguments. Usage: status = secs_mhp port ;

  • %BOUNDS: Minumum Hsms port not in range: 1 - 99999

  • ****:

  • ****:

Description

p

Examples

None

Related Links

None

Clone this wiki locally