org.mobicents.protocols.ss7.map.api.service.supplementary
public interface USSDService extends MAPMessage
| Modifier and Type | Method and Description |
|---|---|
byte |
getUSSDDataCodingScheme()
This parameter contains the information of the alphabet and the language
used for the unstructured information in an Unstructured Supplementary
Service Data operation.
|
USSDString |
getUSSDString()
This parameter contains a string of unstructured information in an
Unstructured Supplementary Service Data operation.
|
void |
setUSSDDataCodingScheme(byte ussdDataCodingSch) |
void |
setUSSDString(USSDString ussdString) |
getInvokeId, getMAPDialog, setInvokeId, setMAPDialogbyte getUSSDDataCodingScheme()
void setUSSDDataCodingScheme(byte ussdDataCodingSch)
ussdDataCodingSch - USSDString getUSSDString()
This parameter contains a string of unstructured information in an Unstructured Supplementary Service Data operation. The string is sent either by the mobile user or the network. The contents of a string sent by the MS are interpreted by the network as specified in GSM 02.90.
USSD String is OCTET STRING (SIZE (1..160))
The structure of the contents of the USSD-String is dependent -- on the USSD-DataCodingScheme as described in TS GSM 03.38.
void setUSSDString(USSDString ussdString)
ussdString - Copyright © 2011. All Rights Reserved.