6. Data Structure Reference
317
Table 40. SPID_BLK Field Descriptions
Field Description
data_link The DLINK data structure; see Section 6.4. DLINK.
initializing_term The type of initializing terminal.
SPID The Service Profile Interface ID
6.12. TERM_BLK
The TERM_BLK data structure contains information regarding the application's
response to the CCEV_TERM_REGISTER event. The response is sent using the
cc_TermRegisterResponse( ) function.
The structure is defined as follows:
typedef struct
{DLINK data_link;
byte ack_type;
union
{byte cause_value; /* Cause Value if ack type is ISDN_ERROR */
struct
{byte usid;
byte tid;
byte interpreter;
} uspid;
} ack_info;
} TERM_BLK, *TERM_BLK_PTR;
/* where DATA_LINK contains the following structure */
typedef struct
{byte sapi;
byte ces;
} DLINK, *DLINK_PTR;