B4J Programming Press on the image to return to the main documentation page.

rESP8266Ping

List of types:

ESP8266Ping

ESP8266Ping


Events:

None

Members:


  AverageTime As Int

  PingHost (Host As String, Count As Byte) As Boolean

  PingIP (IP() As Byte, Count As Byte) As Boolean

Members description:

AverageTime As Int
Returns the average time of the last requests.
PingHost (Host As String, Count As Byte) As Boolean
Similar to PingIP. The Host name will be first resolved.
PingIP (IP() As Byte, Count As Byte) As Boolean
Tries to ping the specified ip address.
Returns true if successful.
Count - Number of pings to send.
Top