OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES   |
|
| Templates Summary | |
|---|---|
| m_mmiMessage | |
const charstring c_MMI_MSG_MOVE_TO_CELL_USED_FOR_TESTING := "Request for cellular handover to the Cell ID that is normally used for testing."
const charstring c_MMI_MSG_MOVE_TO_CELL_NOT_USED_FOR_TESTING := "Request for cellular handover to the Cell ID that is normally NOT used for testing."
const charstring c_MMI_MSG_staticGPSinsideTokyo := "Request for GPS scenario inside Tokyo."
const charstring c_MMI_MSG_dynamicGPSenteringTokyo := "Request for GPS scenario entering Tokyo."
const charstring c_MMI_MSG_staticGLONASS := "Request for GLONASS scenario."
const charstring c_MMI_MSG_staticGalilleo := "Request for GALILLEO scenario."
template MMIMessage m_mmiMessage(template charstring mmiMessage_p) := {
mmiMessage := mmiMessage_p
}