Uses of Class
com.facebook.openwifi.cloudsdk.models.gw.CommandInfo
-
Packages that use CommandInfo Package Description com.facebook.openwifi.cloudsdk Library providing clients and models for the OpenWiFi uCentral-based CloudSDK. -
-
Uses of CommandInfo in com.facebook.openwifi.cloudsdk
Methods in com.facebook.openwifi.cloudsdk that return CommandInfo Modifier and Type Method Description CommandInfo
UCentralClient. configure(String serialNumber, String configuration)
Configure a device (by serial number).CommandInfo
UCentralClient. runScript(String serialNumber, String script)
Run a shell script on a device and return the result, or null upon error.CommandInfo
UCentralClient. runScript(String serialNumber, String script, int timeoutSec)
Run a shell script on a device and return the result, or null upon error.CommandInfo
UCentralClient. runScript(String serialNumber, String script, int timeoutSec, String type)
Run a script on a device and return the result, or null upon error.CommandInfo
UCentralClient. wifiScan(String serialNumber, boolean verbose)
Launch a wifi scan for a device (by serial number).Methods in com.facebook.openwifi.cloudsdk with parameters of type CommandInfo Modifier and Type Method Description static String
UCentralUtils. getScriptOutput(CommandInfo info)
Given the result of the "script" API, return the actual script output (decoded/decompressed if needed), or null if the script returned an error.
-