The PARM_INFO structure contains parameters that contain variable data that is passed from the firmware. The variable data is retrieved using the cc_GetParmEx( ) function and set using the cc_SetParmEx( ) function.
The structure is defined as follows:
typedef struct
{
byte parmdatalen;
unsigned char parmdata [256]; /* maximum length of 256 bytes for ISDN information */
} PARM_INFO, *PARM_INFO_PTR;
Table 39. PARM_INFO Field Descriptions
Field |
Description |
parmdatalen |
The total bytes in the data field. |
Parmdata |
This field contains the variable data to be sent. |
Click here to contact Dialogic Customer Engineering
Copyright 2001, Dialogic Corporation