The IE_BLK structure contains information elements (IEs) to be sent to the network using the cc_SndMsg( ) or cc_SetInfoElem( ) function, or the information elements to be retrieved using the cc_GetInfoElem( ) cc_GetSigInfo( ) function.
The structure is defined as follows:
#define MAXLEN_IEDATA 254
typedef struct
{
short length;
char data[MAXLEN_IEDATA];
} IE_BLK, *IE_BLK_PTR;
Table 35. IE_BLK Field Descriptions
Field |
Description |
length |
The total bytes in the data field. |
data |
This field contains the information element(s) to be sent. |
Click here to contact Dialogic Customer Engineering
Copyright 2001, Dialogic Corporation