TTGateway class

Constructors

TTGateway()

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

Operators

operator ==(Object other) bool
The equality operator.
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
startScan(TTGatewayScanCallback scanCallback) → void
stopScan() → void