|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jsmpp.bean.OptionalParameter
org.jsmpp.bean.OptionalParameter.Byte
org.jsmpp.bean.OptionalParameter.Sar_total_segments
public static class OptionalParameter.Sar_total_segments
The sar_total_segments parameter is used to indicate the total number of short messages
within the concatenated short message.
This parameter shall contain a value in the
range 1 to 255 indicating the total number
of fragments within the concatenated short
message. The value shall start at 1 and
remain constant for every short message
which makes up the concatenated short
message.
When present, the PDU must also contain
the sar_msg_ref_num and
sar_segment_seqnum parameters.
Otherwise this parameter shall be ignored.
Wireless Network Technology: Generic
Nested Class Summary |
---|
Field Summary |
---|
Fields inherited from class org.jsmpp.bean.OptionalParameter.Byte |
---|
value |
Fields inherited from class org.jsmpp.bean.OptionalParameter |
---|
tag |
Constructor Summary | |
---|---|
OptionalParameter.Sar_total_segments(byte value)
|
|
OptionalParameter.Sar_total_segments(byte[] content)
|
Method Summary |
---|
Methods inherited from class org.jsmpp.bean.OptionalParameter.Byte |
---|
getValue, serializeValue, toString |
Methods inherited from class org.jsmpp.bean.OptionalParameter |
---|
equals, hashCode, serialize |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OptionalParameter.Sar_total_segments(byte value)
public OptionalParameter.Sar_total_segments(byte[] content)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |