HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DEFINE_LU_0_TO_3_RANGE
Species the ID of the SSCP permitted to activate this LU. Specify a value in the range 065,535. If this
parameter is set to 0 (zero), the LU can be activated by any SSCP.
timeout
Timeout for the LU specied in seconds. If the timeout is set to a nonzero value and the user of the LU
supports session inactivity timeouts, then the LU is deactivated after the PLU-SLU session is left inactive for
the specied period and one of the following conditions exist:
The session passes over a limited resource link.
Another application requests to use the LU before the session is used again.
If the timeout is set to 0 (zero), the LU is not deactivated.
Support for session inactivity timeouts depends on the application that is using the LU (such as a 3270
emulation program). If the LU is being used by PU concentration, session inactivity timeouts are supported
only if
allow_timeout is specied on the DEFINE_DOWNSTREAM_LU verb.
name_attributes
Attributes of the LUs to be dened. Possible values are:
AP_NONE
LU names have numbers corresponding to the NAU numbers. The numbers are specied in decimal
and the base_name parameter can only be 5 characters.
AP_USE_BASE_NUMBER
Start naming the LUs in the range from the value specied in the base_number parameter.
AP_USE_HEX_IN_NAME | AP_USE_BASE_NUMBER
Start naming the LUs in the range from the value specied in the base_number parameter, and add
the extension to the LU name in hex rather than decimal. The base_name parameter can contain 6
characters if this value is specied.
base_number
If AP_USE_BASE_NUMBER is specied in the name_attributes parameter, specify a number from which to
start naming the LUs in the range. This value will be used instead of the value of the min_nau parameter.
term_method
This parameter species how SNAplus2 should attempt to end a PLU-SLU session to a host from one of
these LUs. Possible values are:
AP_USE_NODE_DEFAULT
Use the nodes default termination method, specied by the send_term_self parameter on DE-
FINE_NODE.
AP_SEND_UNBIND
End the session by sending an UNBIND.
AP_SEND_TERM_SELF
End the session by sending a TERM_SELF.
3.33.3 Returned Parameters: Successful Execution
If the verb executes successfully, SNAplus2 returns the following parameters:
primary_rc
AP_OK
205