HP-UX SNAplus2 NOF Programmer's Guide
NOF API Verbs (QUERY Verbs)
QUERY_TN3270_ACCESS_DEF
Chapter 4 967
Start at the first session for the first
user in the list.
AP_LIST_INCLUSIVE
Start at the entry specified by the
supplied client address and port
number, or start at the first session
for the specified client address if no
port number is specified.
AP_LIST_FROM_NEXT
If a port number is specified, start at
the session immediately following the
session with the specified port
number. If no port number is
specified, start at the first session for
the specified client address.
The list is ordered by client address and then by port
number for each user. For more information about how
the list is ordered and how the application can obtain
specific entries from it, see “List Options For QUERY_*
Verbs”.
default_record
Specifies whether the requested entry (or the entry to
be used as an index into the list) is the default record.
To query the default record, which is used by any
TN3270 user not explicitly identified by a TCP/IP
address, specify AP_YES. In this case, the
client_address
parameter is reserved.
To query a normal TN3270 user record, specify AP_NO.
client_address
The TCP/IP address of the TN3270 user for whom
information is required, or the name to be used as an
index into thelist of users. This parameter is a string of
1-64 characters, followed by a null character; it is
ignored if
list_options
is set to AP_FIRST_IN_LIST.