#include <telephony_types.h>
Data Fields | |
| union { | |
| AlpTelSmsGsmDeliverMessage gsm | |
| Additional information for different message types. Currently only a GSM message type is defined by an AlpTelSmsGsmDeliverMessage structure. | |
| } | networkParams |
| uint8_t | networkType |
| This indicates which field of the networkParams union contains the message information. If this value is ALP_TEL_NWK_TYPE_GSM_GPRS, then the networkParams union contains an AlpTelSmsGsmDeliverMessage structure. | |
| bool | otherToReceive |
| true if there are more messages waiting to be received from the service center to the mobile device. | |
| bool | reportDeliveryIndicator |
| If true, indicates that the originating user has asked the network to send a delivery report. | |
| AlpTelSmsDateTime | timeStamp |
| An AlpTelSmsDateTime structure that holds the timestamp of the message. | |
|
|
Additional information for different message types. Currently only a GSM message type is defined by an AlpTelSmsGsmDeliverMessage structure.
|
|
|
|
|
|
This indicates which field of the networkParams union contains the message information. If this value is ALP_TEL_NWK_TYPE_GSM_GPRS, then the networkParams union contains an AlpTelSmsGsmDeliverMessage structure.
|
|
|
true if there are more messages waiting to be received from the service center to the mobile device.
|
|
|
If true, indicates that the originating user has asked the network to send a delivery report.
|
|
|
An AlpTelSmsDateTime structure that holds the timestamp of the message.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.