Response Event
Fired when a response packet is received.
Object Oriented Interface
public function fireResponse($param);
Procedural Interface
ipworks_ping_register_callback($res, 2, array($this, 'fireResponse'));
Parameter List
'requestid'
'responsesource'
'responsestatus'
'responsetime'
Remarks
The RequestId parameter is used together with the RequestId property to match requests with responses.
ResponseStatus is set to "OK" for normal operation, or it contains an error string such as "Network unreachable", "Host unreachable", etc.