HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DEFINE_LU_0_TO_3
3.32.2 Supplied Parameters
The application supplies the following parameters:
opcode
AP_DEFINE_LU_0_TO_3
lu_name
Name of the local LU. This is an 8-byte type-A EBCDIC string (starting with a letter), padded on the right
with EBCDIC spaces.
def_data.description
A null-terminated text string (031 characters followed by a null character) describing the LU. This string is
for information only; it is stored in the nodes conguration le and returned on the QUERY_LU_0_TO_3
verb, but SNAplus2 does not make any other use of it.
def_data.nau_address
Network accessible unit address of the LU. This is a number in the range 1255.
def_data.pool_name
Name of pool to which this LU belongs. This is a type-A EBCDIC string, padded on the right with EBCDIC
spaces if the name is shorter than 8 bytes. If a pool with the specied name is not already dened, SNAplus2
adds a new pool with this name and assigns the LU to it.
If the LU does not belong to a pool, set this eld to 8 binary zeros.
def_data.pu_name
Name of the PU (as specied on the DEFINE_LS verb) which this LU will use. This is an 8-byte type-A
EBCDIC string (starting with a letter), padded on the right with EBCDIC spaces if the name is shorter than
8 bytes.
def_data.priority
LU priority when sending to the host. Possible values are:
AP_NETWORK
AP_HIGH
AP_MEDIUM
AP_LOW
def_data.lu_model
Type of the LU. Possible values are:
AP_3270_DISPLAY_MODEL_2
AP_3270_DISPLAY_MODEL_3
AP_3270_DISPLAY_MODEL_4
AP_3270_DISPLAY_MODEL_5
AP_PRINTER
AP_SCS_PRINTER
AP_RJE_WKSTN
AP_UNKNOWN (LU type will be determined when the session to the host is established)
200