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

Technical Reference: Communications, Volume 1


DL_RESET_RES Primitive

Purpose

Directs the data link service (DLS) provider to complete resynchronizing the data link connection.

Structure

The primitive consists of one M_PROTO message block, which contains the following structure:
typedef struct
{
   ulong dl_primitive;
} dl_reset_res_t;

Description

The DL_RESET_RES primitive directs the DLS provider to complete resynchronizing the data link connection.

Note: This primitive applies to connection mode.

Parameters


dl_primitive Specifies the DL_RESET_RES primitive.

States


Valid The primitive is valid in the DL_PROV_RESET_PENDING state.
New The resulting state is DL_RESET_RES_PENDING.

Acknowledgments


Successful The DL_OK_ACK primitive is sent to the DLS user, and the resulting state is DL_DATAXFER.
Unsuccessful The DL_ERROR_ACK primitive is returned, and the resulting state is unchanged.

Error Codes


DL_OUTSTATE Indicates the primitive was issued from an invalid state.
DL_SYSERR Indicates a system error occurred. The system error is indicated in the DL_ERROR_ACK primitive.

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 ]