Directs the data link service (DLS) provider to complete resynchronizing of the data link connection.
This primitive consists of one M_PROTO message block with the following structure:
typedef struct { ulong dl_primitive; } dl_reset_res_t;
The DL_RESET_RES primitive directs the DLS provider to complete resynchronizing of the data link connection.
dl_primitive | Specifies the DL_RESET_RES primitive. |
Valid | The message is valid in the DL_PROV_RESET_PENDING state. |
New | The resulting state is DL_RESET_RES_PENDING. |
Successful | The DL_OK_ACK primitive is sent to the DLS user resulting in the DL_DATAXFER state. |
Unsuccessful | The DL_ERROR_ACK primitive is returned and the resulting state is unchanged. |
DL_OUTSTATE | Indicates the primitive was issued from an invalid state. |
DL_SYSERR | Indicates a system error. The system error is specified in the DL_ERROR_ACK primitive. |
This primitive is part of X.25 Licensed Program.