SMPPVersion Property
The SMPP version to be used throughout the connection.
Syntax
public int getSMPPVersion(); public void setSMPPVersion(int SMPPVersion);
Enumerated values: public final static int smppVersion50 = 0; public final static int smppVersion34 = 1; public final static int smppVersion33 = 2;
Remarks
This property contains the SMPP version to be used throughout the connection.
The default value is version 3.4 as it is the most widely used version of the protocol.
Choosing the highest mutually supported version is generally recommended. Version 3.4 is the default value, however if version 5.0 is supported it is recommended.
Default Value
1