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

N_RESET_CON Primitive

Purpose

Provides confirmation from the network that it received the N_RESET_RES primitive.

Syntax

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

typedef struct {
   ulong PRIM_type;
} N_reset_con_t;

Description

The N_RESET_CON primitive informs the NPI application that the reset previously issued with the N_RESET_RES primitive has completed. The NS provider can issue the N_RESET_CON primitive to the application before receiving an N_RESET_RES primitive from the remote.

Parameters

PRIM_type Specifies the N_RESET_CON primitive.

Implementation Specifics

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


[ Previous | Next | Contents | Search ]