public abstract class SmsTpduImpl extends Object implements SmsTpdu
| Modifier and Type | Field and Description |
|---|---|
protected static int |
_CommandDataLimit |
protected static int |
_MASK_TP_LP |
protected static int |
_MASK_TP_MMS |
protected static int |
_MASK_TP_MTI |
protected static int |
_MASK_TP_RD |
protected static int |
_MASK_TP_RP |
protected static int |
_MASK_TP_SRI |
protected static int |
_MASK_TP_SRQ |
protected static int |
_MASK_TP_SRR |
protected static int |
_MASK_TP_UDHI |
protected static int |
_MASK_TP_VPF |
protected static int |
_UserDataDeliverReportLimit |
protected static int |
_UserDataLimit |
protected static int |
_UserDataStatusReportLimit |
protected static int |
_UserDataSubmitReportLimit |
protected boolean |
mobileOriginatedMessage |
protected SmsTpduType |
tpduType |
| Modifier | Constructor and Description |
|---|---|
protected |
SmsTpduImpl() |
| Modifier and Type | Method and Description |
|---|---|
static SmsTpduImpl |
createInstance(byte[] data,
boolean mobileOriginatedMessage,
Charset gsm8Charset) |
SmsTpduType |
getSmsTpduType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodeDataprotected static int _MASK_TP_MTI
protected static int _MASK_TP_MMS
protected static int _MASK_TP_RD
protected static int _MASK_TP_LP
protected static int _MASK_TP_SRI
protected static int _MASK_TP_SRR
protected static int _MASK_TP_SRQ
protected static int _MASK_TP_UDHI
protected static int _MASK_TP_RP
protected static int _MASK_TP_VPF
protected static int _UserDataLimit
protected static int _UserDataStatusReportLimit
protected static int _UserDataSubmitReportLimit
protected static int _UserDataDeliverReportLimit
protected static int _CommandDataLimit
protected boolean mobileOriginatedMessage
protected SmsTpduType tpduType
public static SmsTpduImpl createInstance(byte[] data, boolean mobileOriginatedMessage, Charset gsm8Charset) throws MAPException
MAPExceptionpublic SmsTpduType getSmsTpduType()
getSmsTpduType in interface SmsTpduCopyright © 2016. All Rights Reserved.