HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_SESSION
session_summary.plu_alias
Partner LU alias. This is an 8-byte ASCII character string, right-padded with ASCII spaces.
session_summary.fqplu_name
Fully qualified network name for the partner LU. The name is a 17-byte EBCDIC string, right-padded with
EBCDIC spaces. It consists of a network ID of up to 8 A-string characters, an EBCDIC dot (period) character,
and a network name of up to 8 A-string characters.
session_summary.mode_name
Mode name. This is an 8-byte type-A EBCDIC string (starting with a letter), right-padded with EBCDIC
spaces.
session_summary.session_id
8-byte identifier of the session.
session_summary.fqpcid.pcid
Procedure Correlator ID. This is an 8-byte hexadecimal string.
session_summary.fqpcid.fqcp_name
Fully qualified CP name. The name is a 17-byte EBCDIC string, right-padded with EBCDIC spaces. It
consists of a network ID of up to 8 A-string characters, an EBCDIC dot (period) character, and a network
name of up to 8 A-string characters.
session_detail.overlay_size
The size of the returned
session_detail
structure, and therefore the offset to the start of the next entry in the
data buffer.
When your application needs to go through the returned buffer to find each
session_detail structure in turn, it
must use this value to move to the correct offset for the next data structure, and must not use the 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.
session_detail.plu_alias
Partner LU alias. This is an 8-byte ASCII character string, right-padded with ASCII spaces.
session_detail.fqplu_name
Fully qualified network name for the partner LU. The name is a 17-byte EBCDIC string, right-padded with
EBCDIC spaces. It consists of a network ID of up to 8 A-string characters, an EBCDIC dot (period) character,
and a network name of up to 8 A-string characters.
session_detail.mode_name
Mode name. This is an 8-byte type-A EBCDIC string (starting with a letter), right-padded with EBCDIC
spaces.
session_detail.session_id
8-byte identifier of the session.
session_detail.fqpcid.pcid
Procedure Correlator ID. This is an 8-byte hexadecimal string.
session_detail.fqpcid.fqcp_name
Fully qualified control point name. This is a 17-byte EBCDIC string, padded on the right with EBCDIC
spaces. It consists of a network ID of 1–8 A-string characters, an EBCDIC dot (period) character, and a
network name of 1–8 A-string characters.
session_detail.cos_name
649