OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


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

Group SMS

Declared in module SMS_TypeDefinitions


Types Summary
WAPContentType
WAPType
XWAPApplicationIdValue
WAPMessageHeader

Details

WAPContentType
type enumerated WAPContentType {
    TEXT_VND_WAP_CONNECTIVITY_XML (53), 
    APPLICATION_VND_WAP_CONNECTIVITY_WBXML (54), 
    APPLICATION_VND_WAP_MMS_MESSAGE (62), 
    APPLICATION_VND_SYNCML_DM_WBXML (66), 
    APPLICATION_VND_SYNCML_DM_XML (67), 
    APPLICATION_VND_SYNCML_NOTIFICATION (68), 
    APPLICATION_VND_OMALOC_SUPL_INIT (786), 
    APPLICATION_OMA_SUPL_ULP (1) 
}
with {
  variant "length=16"
}

Declared in group SMS

WAPType
type enumerated WAPType {
    PUSH (6)
}
with {
  variant "length=8"
}

Declared in group SMS

XWAPApplicationIdValue
type enumerated XWAPApplicationIdValue {
    PUSH_SYNCML (5), 
    SYNCML_DM (7), 
    ULP_UA (16), 
    BCAST_UA (19) 
}
with {
  variant "length=8"
}

Declared in group SMS

WAPMessageHeader
type record WAPMessageHeader {
    integer pushId (0..255),
    WAPType wapType,
    WAPContentType contentType,
    integer xWapApplicationId (47), 
    XWAPApplicationIdValue applicationIdValue
}

Declared in group SMS