Protocol Property
The SMPP protocol to be used.
Syntax
__property TipwSMPPProtocols Protocol = {read=FProtocol, write=FSetProtocol, default=0};
enum TipwSMPPProtocols { smppSMPP=0, smppCIMD2=1 };
Default Value
0
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 |
Data Type
Integer