OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Modulepars   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test cases  

Module SUPL_SMS_TypeDefinitions


Import Declarations:

Groups:

Data Types Summary
ShortMessageFormat
SMSWAPSUPLINITMessage
WAPSUPLINITMessage

Details

ShortMessageFormat
type enumerated ShortMessageFormat {
    binary, 
    wapPushToken, 
    wapPushString 
}
with {
  variant "length=8"
}

Declared in group SUPL_SMS

SMSWAPSUPLINITMessage
type record SMSWAPSUPLINITMessage {
    ShortMessageFormat smFormat,
    integer destinationPort (0 .. 65535),
    integer sourcePort (0 .. 65535),
    WAPSUPLINITMessage wapSuplInitMessage
}

Declared in group SUPL_SMS

WAPSUPLINITMessage
type record WAPSUPLINITMessage {
    WAPMessageHeader wapMessageHeader,
    ULP_PDU suplInit
}

Declared in group SUPL_SMS