TTGateway class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
configIp(Map map, TTSuccessCallback callback, TTGatewayFailedCallback failedCallback)
→ void
-
map
{"type":x, "ipAddress": "xxx", "subnetMask": xxx"", "router": "xxx", "preferredDns": "xxx", "alternateDns": "xxx"}
-
connect(String mac, TTGatewayConnectCallback callback)
→ void
-
-
disconnect(String mac, TTSuccessCallback callback)
→ void
-
-
getNearbyWifi(TTGatewayGetAroundWifiCallback callback, TTGatewayFailedCallback failedCallback)
→ void
-
-
init(Map map, TTGatewayInitCallback callback, TTGatewayFailedCallback failedCallback)
→ void
-
-
setGatewayEnterUpgradeMode(String mac, TTSuccessCallback callback, TTGatewayFailedCallback failedCallback)
→ void
-
-
startScan(TTGatewayScanCallback scanCallback)
→ void
-
-
stopScan()
→ void
-