Protocol Property
The SMPP protocol to be used.
Object Oriented Interface
public function getProtocol(); public function setProtocol($value);
Procedural Interface
ipworks_smpp_get($res, 14 ); ipworks_smpp_set($res, 14, $value );
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