Enum defining types of signals used in measurements. More...
Public Attributes | |
| WIFI | |
| Wi-Fi signal type. Wi-Fi. | |
| BEACON | |
| Bluetooth Low Energy (BLE) beacon signal type. iBeacon. | |
| BLUETOOTH | |
| Bluetooth signal type. Bluetooth. | |
| EDDYSTONE | |
| Eddystone beacon signal type. Eddystone. | |
| WIFI_RTT | |
| Wi-Fi Round-Trip Time signal type. Wi-Fi_RTT. | |
Enum defining types of signals used in measurements.
Referenced from SignalMeasurement.
Definition at line 17 of file signal_type.dart.
| SignalType.BEACON |
Bluetooth Low Energy (BLE) beacon signal type. iBeacon.
Definition at line 25 of file signal_type.dart.
| SignalType.BLUETOOTH |
Bluetooth signal type. Bluetooth.
Definition at line 29 of file signal_type.dart.
| SignalType.EDDYSTONE |
Eddystone beacon signal type. Eddystone.
Definition at line 33 of file signal_type.dart.
| SignalType.WIFI |
Wi-Fi signal type. Wi-Fi.
Definition at line 21 of file signal_type.dart.
| SignalType.WIFI_RTT |
Wi-Fi Round-Trip Time signal type. Wi-Fi_RTT.
Definition at line 37 of file signal_type.dart.