OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Data Types Summary | |
|---|---|
| ShortMessageFormat | |
| SMSWAPSUPLINITMessage | |
| WAPSUPLINITMessage | |
type enumerated ShortMessageFormat {
binary,
wapPushToken,
wapPushString
}
with {
variant "length=8"
}
type record SMSWAPSUPLINITMessage {
ShortMessageFormat smFormat,
integer destinationPort (0 .. 65535),
integer sourcePort (0 .. 65535),
WAPSUPLINITMessage wapSuplInitMessage
}
type record WAPSUPLINITMessage {
WAPMessageHeader wapMessageHeader,
ULP_PDU suplInit
}