Requests that the data link service (DLS) provider begin resynchronizing a data link connection.
The primitive consists of one M_PROTO message block, which contains the following structure:
typedef struct { ulong dl_primitive; } dl_reset_req_t;
The DL_RESET_REQ primitive requests that the DLS provider begin resynchronizing a data link connection.
Notes:
dl_primitive | Specifies the DL_RESET_REQ primitive. |
Valid | The primitive is valid in state DL_DATAXFER. |
New | The resulting state is DL_USER_RESET_PENDING. |
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. |
This primitive is part of Base Operating System (BOS) Runtime.
The DL_RESET_CON primitive, DL_ERROR_ACK primitive.