Version
SmppBindType
public enum SmppBindType
Extends Enum<SmppBindType>
Represents the type of SMPP bind request. The bind type determines the direction of message traffic the session is allowed to handle - whether it's sending, receiving, or both.
Enum Constants:
| Constant | Description |
| TRANSCEIVER | Allows both transmission (submit) and reception (deliver) of messages. |
| TRANSMITTER | Only allows transmission (sending) of messages. |
| RECEIVER | Only allows reception (receiving) of messages. |
Methods:
| public static SmppBindType[] values() | Returns an array of all bind type constants, in declaration order. |
| public static SmppBindType valueOf(String name) | Returns the enum constant with the specified name. |
| public static SmppBindType fromInt(int i) | Maps an integer to the corresponding SmppBindType. |
| public int getValue() | Returns the numerical representation of the bind type. |
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 | |
Sign in to read the full article
Start innovating with Mobius
What's next? Let's talk!
