HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_CN
cn_data.fqcn_name
Fully qualified name of the CN. The name 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.
cn_data.det_data.num_act_ports
The number of active ports on the connection network.
cn_data.def_data.description
A null-terminated text string describing the CN, as specified in the definition of the CN.
cn_data.def_data.num_ports
The total number of ports on the connection network.
cn_data.def_data.tg_chars.effect_cap
Actual bits per second rate (line speed). The value is encoded as a 1-byte floating point number, represented
by the formula 0.1 mmm * 2
eeeee
where the bit representation of the byte is eeeeemmm. Each unit of
effective capacity is equal to 300 bits per second.
cn_data.def_data.tg_chars.connect_cost
Cost per connect time. Valid values are integer values in the range
0–255, where
0 is the lowest cost per
connect time and
255
is the highest.
cn_data.def_data.tg_chars.byte_cost
Cost per byte. Values are integers in the range
0–255, where zero is the lowest cost per byte and
255 is the
highest.
cn_data.def_data.tg_chars.security
Security level of the network. Possible values are:
AP_SEC_NONSECURE
No security.
AP_SEC_PUBLIC_SWITCHED_NETWORK
Data is transmitted over a public switched network.
AP_SEC_UNDERGROUND_CABLE
Data is transmitted over secure underground cable.
AP_SEC_SECURE_CONDUIT
Data is transmitted over a line in a secure conduit that is not guarded.
AP_SEC_GUARDED_CONDUIT
Data is transmitted over a line in a conduit that is protected against physical tapping.
AP_SEC_ENCRYPTED
Data is encrypted before transmission over the line.
AP_SEC_GUARDED_RADIATION
Data is transmitted over a line that is protected against physical and radiation tapping.
AP_SEC_MAXIMUM
Maximum security.
cn_data.def_data.tg_chars.prop_delay
Propagation delay: the time that a signal takes to travel the length of the link. Possible values are:
AP_PROP_DELAY_MINIMUM
361