SMSEventInfo_s Struct Reference
Detailed Description
This structure will hold the information related to received SMS events
- Parameters:
-
| smsEventType |
- Type of the SMS events that are received. This is a bit map of SMSEventType. Only the parameters (which follows) related to the events received would be filled, and the rest of the parameters would be NULL
|
| pMTMessageInfo |
- pointer to the SMSMTMessageInfo structure
NULL, if this event is not present in the smsEventType parameter
|
| pTransferRouteMTMessageInfo |
|
| pMessageModeInfo |
- pointer to the SMSMessageModeInfo structure
NULL, if this event is not present in the smsEventType parameter
|
| pEtwsMessageInfo |
- pointer to the SMSEtwsMessageInfo structure
NULL, if this event is not present in the smsEventType parameter
|
| pEtwsPlmnInfo |
- pointer to the SMSEtwsPlmnInfo structure
NULL, if this event is not present in the smsEventType parameter
|
| pSMSCAddressInfo |
- pointer to the SMSCAddressInfo structure
NULL, if this event is not present in the smsEventType parameter
|
| pSMSOnIMSInfo |
- pointer to the SMSOnIMSInfo structure
NULL, if this event is not present in the smsEventType parameter Note: None
|
Field Documentation