The SPID_BLK data structure is used to cast terminal initialization event data after a CCEV_TERM_REGISTER event is received. SPID_BLK contains the value of the Service Profile Interface ID, which is used to determine whether the value is valid for a designated service.
The data structure is defined as follows:
/*
* Structure for CCEV_TERM_REGISTER Event.
*/
typedef struct
{
DLINK data_link;
byte initializing_term;
byte SPID[MAX_SPID_SIZE];
} SPID_BLK;
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 |
Click here to contact Dialogic Customer Engineering
Copyright 2001, Dialogic Corporation