Protocol Property
The SMPP protocol to be used.
Syntax
public int getProtocol(); public void setProtocol(int protocol);
Enumerated values: public final static int smppSMPP = 0; public final static int smppCIMD2 = 1;
Remarks
This property defines the protocol to be used when connecting to the server. Possible values are:
0 (smppSMPP - default) | SMPP for traditional SMPP servers |
1 (smppCIMD2) | CIMD2 for Nokia Short Message Service Center servers |
Default Value
0