Solstice X.25 9.2 Developer's Guide

11.1.10 DL_DETACH_REQ--Undoes a Previous DL_ATTACH_REQ

Undoes a previous DL_ATTACH_REQ. This primitive is sent in an M_PROTO message block.

Associated Structure
typedef struct {
  t_uscalar_t dl_primitive;   /* set to DL_DETACH_REQ */
 } dl_detach_req_t;

The members of the dl_detach_req_t structure are:

Table 11-19 Members of the dl_detach_req_t structure

Member 

Description 

dl_primitive

Should be set to the name of this primitive. 

Errors:
Table 11-20 DL_DETACH_REQ errors

Error 

Description 

DL_OUTSTATE

Primitive issued from an invalid state.