Disconnect Method
Will disconnect from the SMPP service.
Object Oriented Interface
public function doDisconnect();
Procedural Interface
ipworks_smpp_do_disconnect($res);
Remarks
This method will send an unbind command and close the socket connection to the SMPPServer. After a unbind operation and socket closing, a Disconnected event will be fired containing the status of the unbind operation.