TelTapiEvent_t Struct Reference |
||||||||||||||
Data Fields | |
| TelTapiEventClass_t | EventClass |
| TelTapiEventType_t | EventType |
| int | RequestId |
| int | Status |
| void * | pData |
Event type
Event type
This parameter is applicable only for Asynchronous solicited responses. The request id for a service request is sent back in the asynchronous response. For unsolicited indications, request id will be -1
This parameter is applicable only for Asynchronous solicited responses. This status parameter informs the actual result of Asynchronous response. For unsolicited indications, status will be -1
| void* TelTapiEvent_t::pData |
Event Data - Based on Event type response/indications. Event data information is captured in each API Section
1.5.4