HP-UX SNAplus2 R7 NOF Programmer's Guide

NOF API Verbs
DELETE_LU62_TIMEOUT
3.65.6 Returned Parameters: Other Conditions
Appendix B, Common Return Codes lists further combinations of primary and secondary return codes that are
common to all NOF verbs.
3.66 DELETE_LU62_TIMEOUT
The DELETE_LU62_TIMEOUT verb deletes a denition of an LU type 6.2 session timeout that was dened
previously with a DEFINE_LU62_TIMEOUT verb.
3.66.1 VCB Structure
typedef struct delete_lu62_timeout
{
AP_UINT16 opcode; /* verb operation code */
unsigned char reserv2; /* reserved */
unsigned char format; /* reserved */
AP_UINT16 primary_rc; /* primary return code */
AP_UINT32 secondary_rc; /* secondary return code */
unsigned char resource_type; /* resource type */
unsigned char resource_name[17]; /* resource name */
} DELETE_LU62_TIMEOUT;
3.66.2 Supplied Parameters
Supplied parameters are:
opcode
AP_DELETE_LU62_TIMEOUT
resource_type
Species the type of timeout being deleted. Possible values are:
AP_GLOBAL_TIMEOUT
Delete timeouts that apply to all LU 6.2 sessions for the local node.
AP_LOCAL_LU_TIMEOUT
Delete timeouts that apply to all LU 6.2 sessions for the local LU specied in the resource_name
parameter.
AP_PARTNER_LU_TIMEOUT
Delete timeouts that apply to all LU 6.2 sessions to the partner LU specied in the resource_name
parameter.
AP_MODE_TIMEOUT
Delete timeouts that apply to all LU 6.2 sessions on the mode specied in the resource_name parameter.
resource_name
Name of the resource whose timeout is being deleted. This value can be one of the following:
If resource_type is set to AP_GLOBAL_TIMEOUT, do not specify this parameter.
297