|
||||||||||
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.Dpf_result
public static class OptionalParameter.Dpf_result
The dpf_result parameter is used in the data_sm_resp PDU to indicate if delivery pending flag
(DPF) was set for a delivery failure of the short message.
If the dpf_result parameter is not included in the data_sm_resp PDU, the ESME should assume
that DPF is not set.
Currently this parameter is only applicable for the Transaction message mode.
0 = DPF not set
1 = DPF set
values 2 to 255 are reserved
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.Dpf_result(boolean dpf_result)
|
|
OptionalParameter.Dpf_result(byte value)
|
|
OptionalParameter.Dpf_result(byte[] content)
|
Method Summary | |
---|---|
boolean |
getDpfResult()
|
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.Dpf_result(boolean dpf_result)
public OptionalParameter.Dpf_result(byte value)
public OptionalParameter.Dpf_result(byte[] content)
Method Detail |
---|
public boolean getDpfResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |