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

DL_RESET_CON Primitive for X.25

Purpose

Informs the reset-initiating data link service (DLS) user that the reset has completed.

Structure

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

typedef struct {
   ulong dl_primitive;
} dl_reset_con_t;

Description

The DL_RESET_CON primitive informs the DLS user initiating the reset that the reset has completed.

Parameters

dl_primitive Specifies the DL_RESET_CON primitive.

States

Valid The message is valid in the DL_USER_RESET_PENDING state.
New The resulting state is DL_DATAXFER.

Implementation Specifics

This primitive is part of X.25 Licensed Program.


[ Previous | Next | Contents | Search ]