|
||||||||||
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.OctetString
org.jsmpp.bean.OptionalParameter.Callback_num
public static class OptionalParameter.Callback_num
The callback_num parameter associates a call back number with the message. In TDMA
networks, it is possible to send and receive multiple callback numbers to/from TDMA mobile
stations.
Bits
7.............0
0000000D (octet 1)
00000TTT (octet 2)
0000NNNN (octet 3)
XXXXXXXX (octet 4)
:
:
XXXXXXXX (octet N)
The originating SME can set a Call Back Number for the receiving Mobile Station.
The first octet contains the Digit Mode Indicator.
Bit D=0 indicates that the Call Back Number is sent to the mobile as DTMF
digits encoded in TBCD. Bit D=1 indicates that the Call Back Number is sent to the
mobile encoded as ASCII digits.
The 2nd octet contains the Type of Number (TON). Encoded as in section 5.2.5.
The third octet contains the Numbering Plan Indicator (NPI). Encoded as specified
in section 5.2.6
The remaining octets contain the Call Back Number digits encoded as ASCII
characters
Wireless Network Technology: CDMA, TDMA, GSM, iDEN
Nested Class Summary |
---|
Field Summary |
---|
Fields inherited from class org.jsmpp.bean.OptionalParameter.OctetString |
---|
value |
Fields inherited from class org.jsmpp.bean.OptionalParameter |
---|
tag |
Constructor Summary | |
---|---|
OptionalParameter.Callback_num(byte[] content)
|
Method Summary |
---|
Methods inherited from class org.jsmpp.bean.OptionalParameter.OctetString |
---|
getValue, getValueAsString, serializeValue |
Methods inherited from class org.jsmpp.bean.OptionalParameter |
---|
equals, hashCode, serialize |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OptionalParameter.Callback_num(byte[] content)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |