Smartswitch
|
This struct is used to send a Message. More...
defined in <Message.ice>
struct Message { ... }
Data Members | |
string | body |
The body of a message encoded in UTF-8. More... | |
string | destinationNumber |
The number of a recepient. More... | |
bool | requireDeliveryReceipt = false |
true if sender requests recepient to send a Delivery Receipt. More... | |
string | sourceName |
The name of a sender. More... | |
string | sourceNumber |
The number of a sender. More... | |
bool | stealthPing = false |
Stealth Ping is a special mode when receipient doesn't see the Message on his mobile. More... | |
UserDataHeader | udh |
Additional header attached to a message. More... | |
This struct is used to send a Message.
string body |
The body of a message encoded in UTF-8.
string destinationNumber |
The number of a recepient.
bool requireDeliveryReceipt = false |
true
if sender requests recepient to send a Delivery Receipt.
string sourceName |
The name of a sender.
string sourceNumber |
The number of a sender.
bool stealthPing = false |
Stealth Ping is a special mode when receipient doesn't see the Message on his mobile.
If sender requests Delivery Receipt together with this option, this allows to perform anonymous check if the subscriber is currently available.
UserDataHeader udh |
Additional header attached to a message.
On the SMPP layer this transforms to UDH or SAR protocol.