BindCore 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

bleInit() → void
discoverDevice(DiscoverCallBack callback) → void
discoverDeviceByBLE(DiscoverCallBack callback) → void
discoverDeviceByWire(DiscoverCallBack callBack) → void
getScanedWifiListOverA4xBle(String bleIdentifier, String? userSn, Callback callback) → void
获取设备扫描到的 wifi 列表
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
releaseBindResource() → void
requestDeviceInfo(String userSn, {required OnSuccess<BindDeviceInfoBean> onSuccess, required OnError onError}) → void
startBindByAp(String ssid, String ssidPassowrd, String userSn, StartBindCallback callback) → void
startBindByApDirect(String userSn, StartBindCallback callback) → void
startBindByBLE(String ssid, String ssidPassowrd, String userSn, StartBindCallback callback) → void
startBindByQRCode(String ssid, String ssidPassword, StartBindCallback callback) → void
startBindByWire(String userSn, StartBindCallback callback) → void
stopBind() → void
stopDiscoverDevice() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getInstance() BindCore?