Response Event
Fired when a response packet is received.
Syntax
ping.on('Response', [callback])
Callback
The 'callback' is called when the 'Response' event is emited.
function(e){ }
The argument 'e' has the following properties:
e.requestId e.responseSource e.responseStatus e.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.