HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_DSPU_TEMPLATE
C sizeof() operator. This is because the size of the returned overlay may increase in future releases of
SNAplus2; using the returned overlay size ensures that your application will continue to work with future
releases.
dslu_template_data.min_nau
Minimum NAU address in the range of DSLU templates.
dslu_template_data.max_nau
Maximum NAU address in the range of DSLU templates.
dslu_template_data.allow_timeout
Indicates whether SNAplus2 is allowed to timeout host LUs used by this downstream LU if the session is
left inactive for the timeout period specified on the host LU definition. Possible values are:
AP_YES
SNAplus2 is allowed to timeout host LUs used by this downstream LU.
AP_NO
SNAplus2 is not allowed to timeout host LUs used by this downstream LU.
This field is ignored if the downstream LUs are used to communicate with a SNAplus2 Primary RUI application
instead of a host.
dslu_template_data.delayed_logon
Indicates whether SNAplus2 delays connecting the downstream LU to the host LU until the first data is
received from the downstream LU. Instead, a simulated logon screen is sent to the downstream LU. Possible
values are:
AP_YES
SNAplus2 delays connecting the downstream LU to the host LU.
AP_NO
SNAplus2 does not delay connecting the downstream LU to the host LU.
This field is ignored if the downstream LUs are used to communicate with a SNAplus2 Primary RUI application
instead of a host.
dslu_template_data.host_lu_name
Name of the host LU or host LU pool onto which all the downstream LUs within the range will be mapped.
If the downstream LUs are used to communicate with a SNAplus2 Primary RUI application instead of a host,
this field is set to the string #PRIRUI# in EBCDIC.
3.119.4 Returned Parameters: Parameter Check
If the verb does not execute because of a parameter error, SNAplus2 returns the following parameters:
primary_rc
AP_PARAMETER_CHECK
secondary_rc
AP_INVALID_TEMPLATE_NAME
The template specified in the template_name parameter was not valid.
Appendix B, Common Return Codes lists further secondary return codes associated with
AP_PARAMETER_CHECK,
which are common to all NOF verbs.
449