public class SmsCommandTpduImpl extends SmsTpduImpl implements SmsCommandTpdu
_CommandDataLimit, _MASK_TP_LP, _MASK_TP_MMS, _MASK_TP_MTI, _MASK_TP_RD, _MASK_TP_RP, _MASK_TP_SRI, _MASK_TP_SRQ, _MASK_TP_SRR, _MASK_TP_UDHI, _MASK_TP_VPF, _UserDataDeliverReportLimit, _UserDataLimit, _UserDataStatusReportLimit, _UserDataSubmitReportLimit, mobileOriginatedMessage, tpduType| Constructor and Description |
|---|
SmsCommandTpduImpl(boolean statusReportRequest,
int messageReference,
ProtocolIdentifier protocolIdentifier,
CommandType commandType,
int messageNumber,
AddressField destinationAddress,
CommandData commandData) |
SmsCommandTpduImpl(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encodeData() |
CommandData |
getCommandData() |
int |
getCommandDataLength() |
CommandType |
getCommandType() |
AddressField |
getDestinationAddress() |
int |
getMessageNumber() |
int |
getMessageReference() |
ProtocolIdentifier |
getProtocolIdentifier() |
boolean |
getStatusReportRequest() |
boolean |
getUserDataHeaderIndicator() |
String |
toString() |
createInstance, getSmsTpduTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSmsTpduTypepublic SmsCommandTpduImpl(boolean statusReportRequest,
int messageReference,
ProtocolIdentifier protocolIdentifier,
CommandType commandType,
int messageNumber,
AddressField destinationAddress,
CommandData commandData)
public SmsCommandTpduImpl(byte[] data)
throws MAPException
MAPExceptionpublic boolean getUserDataHeaderIndicator()
getUserDataHeaderIndicator in interface SmsCommandTpdupublic boolean getStatusReportRequest()
getStatusReportRequest in interface SmsCommandTpdupublic int getMessageReference()
getMessageReference in interface SmsCommandTpdupublic ProtocolIdentifier getProtocolIdentifier()
getProtocolIdentifier in interface SmsCommandTpdupublic CommandType getCommandType()
getCommandType in interface SmsCommandTpdupublic int getMessageNumber()
getMessageNumber in interface SmsCommandTpdupublic AddressField getDestinationAddress()
getDestinationAddress in interface SmsCommandTpdupublic int getCommandDataLength()
getCommandDataLength in interface SmsCommandTpdupublic CommandData getCommandData()
getCommandData in interface SmsCommandTpdupublic byte[] encodeData()
throws MAPException
encodeData in interface SmsTpduMAPExceptionCopyright © 2016. All Rights Reserved.