Skip to content

_secs_close

bergsma edited this page Sep 26, 2014 · 5 revisions

#secs_close

###Close a SECS II handle opened by secs_open, secs_service, or secs_hsms.

Syntax

status = secs_close socket ;

Arguments

  1. handle socket

The SECS II handle opened by secs_open, secs_service, or secs_hsms.

Return Value

str status
  • $ACKNOWLEDGE : Socket is closed.

The STATUS variable is set to $ACKNOWLEDGE

  • 0 : No such socket.

The STATUS variable is set to %SECS

Warnings

  • %SECS : No such socket.

Exceptions

  • %ARGUMENT: Invalid arguments. Usage: status = secs_close socket ;

Description

  • None

Examples

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

Related Links

secs_open

Clone this wiki locally