_AlpTelSmsDeliverMessage Struct Reference
[SMS Service]

#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.


Field Documentation

AlpTelSmsGsmDeliverMessage gsm
 

Additional information for different message types. Currently only a GSM message type is defined by an AlpTelSmsGsmDeliverMessage structure.

union { ... } 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.


The documentation for this struct was generated from the following file:
Generated on Wed Jul 30 07:06:41 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.