[ Previous | Next | Contents | Search ]
AIXLink/X.25 1.1 for AIX: Guide and Reference

N_RESET_RES Primitive

Purpose

Acknowledges receipt of a reset indication.

Syntax

This primitive consists of one M_PROTO message block with the following structure:

typedef struct {
   ulong PRIM_type;
} N_reset_res_t;

Description

The N_RESET_RES primitive indicates that the NPI application has accepted a reset request. This primitive must be issued before use of the connection can be restored after a reset has been indicated.

Parameters

PRIM_type Specifies the N_RESET_RES primitive.

Acknowledgments

Successful The N_OK_ACK primitive indicates the successful completion of this primitive. This results in the data transfer state.
Unsuccessful The N_ERROR_ACK primitive indicates this primitive was unsuccessful. The resulting state remains the same.

Error Codes

The following non-fatal error codes are valid:

NOUTSTATE Indicates the primitive was issued from an invalid state.
NSYSERR Indicates a system error. The error is indicated in the N_ERROR_ACK primitive.

Implementation Specifics

The N_RESET_RES primitive is part of X.25 Licensed Program.


[ Previous | Next | Contents | Search ]