HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_SESSION
session_detail.session_timeout
The timeout associated with this session This timeout is derived from:
• The LU 6.2 timeout associated with the local LU
• The LU 6.2 timeout associated with the remote LU
• The mode timeout
• The global timeout
• The limited resource timeout (if this session is running over a limited resource link)
session_detail.plu_slu_comp_lvl
Specifies the compression level for data sent from the primary LU (PLU) to the secondary LU (SLU). Possible
values are:
AP_NONE
Compression is not used.
AP_RLE_COMPRESSION
Run-length encoding (RLE) compression is used.
session_detail.slu_plu_comp_lvl
Specifies the compression level for data sent from the secondary LU (SLU) to the primary LU (PLU). Possible
values are:
AP_NONE
Compression is not used.
AP_RLE_COMPRESSION
Run-length encoding (RLE) compression is used.
session_detail.rscv_len
Length of the RSCV which is appended to the
session_detail structure. (If none is appended, then the length
is zero.)
3.157.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
Possible values are:
AP_INVALID_LU_ALIAS
The specified lu_alias parameter was not valid.
AP_INVALID_LU_NAME
The specified lu_name parameter was not valid.
AP_INVALID_SESSION_ID
The list_options parameter was set to AP_LIST_INCLUSIVE to list all entries starting from the
supplied value, but the session_id parameter was not valid.
AP_INVALID_LIST_OPTION
The list_options parameter was not set to a valid value.
652