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

N_DATACK_IND Primitive

Purpose

Indicates the remote NPI application has acknowledged data sent to it with the receipt acknowledge flag set.

Structure

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

typedef struct {
   ulong PRIM_type;
} N_datack_ind_t;

Description

The N_DATACK_IND primitive indicates to the local NPI application that the remote has acknowledged the data that had previously been sent with the receipt confirmation set. The N_DATACK_IND primitive is a received based on the remote application submitting a N_DATACK_REQ primitive.

Parameters

PRIM_type Specifies the N_DATACK_IND primitive.

Implementation Specifics

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


[ Previous | Next | Contents | Search ]