ReleepRadarDetectPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ReleepRadarDetectPlatform
Implementers

Constructors

ReleepRadarDetectPlatform()

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

bleConnectSelected() Future<bool>
bleGetDevices() Future<List<Map<String, dynamic>>>
bleSelectDevice(String id) Future<bool>
bleSetCperipheralName(String name) Future<void>
bleStartScan() Future<void>
bleStateStream() Stream<Map<String, dynamic>>
สตรีมสถานะ BLE แบบเรียลไทม์ (ออปชัน ใช้เมื่อ native ส่งอีเวนต์)
bleStopScan() Future<void>
connect({required String wifiSsid, required String wifiPassword, required String radarTcpServiceUrl, required int deviceType}) Future<void>
getPlatformVersion() Future<String?>
getStateSnapshot() Future<Map<String, dynamic>>
Snapshot flags/log/rederId จาก TTBluetoothManger
getWifiName() Future<String?>
loadLocation() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openWifiSettings() Future<bool>
requestLocationPermission() Future<bool>
requestRederId(String deviceType) Future<void>
ขออ่าน Radar ID ตามชนิดอุปกรณ์
resetDevice(String deviceType) Future<void>
รีเซ็ตอุปกรณ์ตามชนิด
setRederServer(String hostPort) Future<void>
setWavveNetwork({required String ssid, required String password}) Future<void>
ส่ง SSID/PASSWORD ให้เรดาร์ผ่าน BLE
toString() String
A string representation of this object.
inherited
userDefaultsGetString(String key) Future<String?>
userDefaultsSetString(String key, String value) Future<void>
wifiTcpConnectServer() Future<void>
wifiTcpGetStateSnapshot() Future<Map<String, dynamic>>
wifiTcpOffServer() Future<void>
wifiTcpSendGetRederId() Future<void>
wifiTcpSendHardwareVersion() Future<void>
wifiTcpSendSetWifi(String ssid, String password) Future<void>
wifiTcpSendSetWifiServer(String hostPort) Future<void>
wifiTcpStateStream() Stream<Map<String, dynamic>>
สตรีมสถานะ Wi-Fi TCP แบบเรียลไทม์ (ออปชัน ใช้เมื่อ native ส่งอีเวนต์)

Operators

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

Static Properties

instance ReleepRadarDetectPlatform
getter/setter pair