GC_RTCM_EVTDATA
typedef struct{ long request_ID; int gc_result; int cclib_result; int cclib_ID; char additional_msg[MAX_ADDITIONAL_MSG]; GC_PARM_BLKP retrieved_parmblkp; }GC_RTCM_EVTDATA, *GC_RTCM_EVTDATAP;Description
The GC_RTCM_EVTDATA structure contains information returned via Run Time Configuration Management (RTCM) events.
The evtdatap field in the METAEVENT data structure points to this structure.
Field Descriptions
The fields of GC_RTCM_EVTDATA are described as follows:
- request_ID
- RTCM request ID, identifies the request that triggered the event
- gc_result
- Global Call result value for this event
- cclib_result
- CCLib result value for this event
- cclib_ID
- the ID of the CCLib associated with the CCLib result value
- additional_msg
- optional additional information associated with the event. The additional information may be used as a diagnostic aid.
- retrieved_parmblkp
- data associated with the event. Applies only to GCEV_GETCONFIGDATA; field will be NULL for all other events.
Click here to contact Telecom Support Resources
Copyright 2003, Intel Corporation