Package com.facebook.openwifi.rrm.rca
Class RCAUtils
- java.lang.Object
-
- com.facebook.openwifi.rrm.rca.RCAUtils
-
public class RCAUtils extends Object
Utilities for root cause analysis.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RCAUtils.PingResult
Ping result, only containing a data summary (not individual pings).
-
Constructor Summary
Constructors Constructor Description RCAUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RCAUtils.PingResult
pingFromDevice(UCentralClient client, String serialNumber, String host, int pingCount)
Instruct a device (AP) to ping a given destination (IP/hostname), returning the raw ping output or null upon error.
-
-
-
Method Detail
-
pingFromDevice
public static RCAUtils.PingResult pingFromDevice(UCentralClient client, String serialNumber, String host, int pingCount)
Instruct a device (AP) to ping a given destination (IP/hostname), returning the raw ping output or null upon error.- Parameters:
client
- the UCentralClient instanceserialNumber
- the device (AP) serial numberhost
- the ping destinationpingCount
- the number of pings to send- Returns:
- the ping output, or null upon error
-
-