public interface IEsptouchResult
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBssid()
get the device's bssid
|
InetAddress |
getInetAddress()
get the ip address of the device
|
boolean |
isCancelled()
check whether the esptouch task is cancelled by user
|
boolean |
isSuc()
check whether the esptouch task is executed suc
|
boolean isSuc()
String getBssid()
boolean isCancelled()
InetAddress getInetAddress()