DoEvents Method
Processes events from the internal message queue.
Object Oriented Interface
public function doEvents();
Procedural Interface
ipworks_smpp_do_doevents($res);
Remarks
When this method is called, the class processes any available events. If no events are available, it waits for a preset period of time, and then returns.