public class EsptouchResult extends Object implements IEsptouchResult
| 构造器和说明 |
|---|
EsptouchResult(boolean isSuc,
String bssid,
InetAddress inetAddress)
Constructor of EsptouchResult
|
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
void |
setIsCancelled(boolean isCancelled) |
public EsptouchResult(boolean isSuc,
String bssid,
InetAddress inetAddress)
isSuc - whether the esptouch task is executed sucbssid - the device's bssidinetAddress - the device's ip addresspublic boolean isSuc()
IEsptouchResultisSuc 在接口中 IEsptouchResultpublic String getBssid()
IEsptouchResultgetBssid 在接口中 IEsptouchResultpublic boolean isCancelled()
IEsptouchResultisCancelled 在接口中 IEsptouchResultpublic void setIsCancelled(boolean isCancelled)
public InetAddress getInetAddress()
IEsptouchResultgetInetAddress 在接口中 IEsptouchResult