[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Technical Reference: Communications, Volume 1


DL_RESET_CON Primitive

Purpose

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

Structure

The primitive consists of one M_PROTO message block, which contains 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 been completed.

Note: This primitive applies to connection mode.

Parameters


dl_primitive Specifies the DL_RESET_CON primitive.

States


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

Implementation Specifics

This primitive is part of Base Operating System (BOS) Runtime.

Related Information

DL_RESET_IND Primitive


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]