Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSDeliverReport
-
Packages that use SMSDeliverReport Package Description com.opencloud.slee.resources.in.datatypes.sms Defines classes to represent some short message service (SMS) types for which their ASN.1 specifications say merely OCTET STRING, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of SMSDeliverReport in com.opencloud.slee.resources.in.datatypes.sms
Subclasses of SMSDeliverReport in com.opencloud.slee.resources.in.datatypes.sms Modifier and Type Class Description class
SMSDeliverReportAck
Representation of a SMS-DELIVER-REPORT TPDU in a RP-ACK.class
SMSDeliverReportError
Representation of a SMS-DELIVER-REPORT TPDU in a RP-ERROR.Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSDeliverReport Modifier and Type Method Description SMSDeliverReport
SMSDeliverReport. setDataCodingScheme(SMSDataCodingScheme value)
Sets the value of the coding scheme within the user data.SMSDeliverReport
SMSDeliverReport. setProtocolId(SMSProtocolId value)
Sets the value of identifies the above layer protocol.SMSDeliverReport
SMSDeliverReport. setUserData(byte[] value)
Sets the value of the user data.SMSDeliverReport
SMSDeliverReport. setUserDataHeaderIndicator(SMSTPDUWithData.UserDataHeaderIndicator value)
Sets the value of whether user data contains a header.SMSDeliverReport
SMSDeliverReport. setUserDataLength(int value)
Sets the value of the length of the user data.
-