Version
SmppVersion
public enum SmppVersion
Extends Enum<SmppVersion>
Represents supported versions of the SMPP protocol.
Fields:
TAG_SC_INTERFACE_VERSION
Enum Constants:
Constant | Description |
VERSION_3_3 | SMPP Protocol Version 3.3 - a basic version with limited capabilities. |
VERSION_3_4 | SMPP Protocol Version 3.4 - the most widely used version, introducing optional TLV parameters. |
VERSION_5_0 | SMPP Protocol Version 5.0 – includes enhanced delivery receipts, broadcasting features, and extended messaging support. |
Methods:
public static SmppVersion[] values() | Returns all enum constants in the order they are declared. Useful for iteration. |
public static SmppVersion valueOf(String name) | Returns the enum constant that matches the specified name. |
public static SmppVersion fromInt(int i) | Returns the SmppVersion enum corresponding to the integer version value. |
public int getValue() | Returns the integer representation of the version. Typically used in protocol-level encoding/decoding. |
Methods inherited from class java.lang.Enum |
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | |
Methods inherited from class java.lang.Object |
|
getClass, notify, notifyAll, wait, wait, wait |
Start innovating with Mobius
What's next? Let's talk!