HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
DEFINE_LU_0_TO_3_RANGE
Specifies the ID of the SSCP permitted to activate this LU. Specify a value in the range 0–65,535. If this
parameter is set to 0 (zero), the LU can be activated by any SSCP.
timeout
Timeout for the LU specified 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 specified 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 specified on the DEFINE_DOWNSTREAM_LU verb.
name_attributes
Attributes of the LUs to be defined. Possible values are:
AP_NONE
LU names have numbers corresponding to the NAU numbers. The numbers are specified 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 specified in the base_number parameter.
AP_USE_HEX_IN_NAME | AP_USE_BASE_NUMBER
Start naming the LUs in the range from the value specified 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 specified.
base_number
If AP_USE_BASE_NUMBER is specified 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 specifies 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 node’s default termination method, specified 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