Class BluetoothLEScan
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("BluetoothLEScan")]
public class BluetoothLEScan
- Inheritance
-
BluetoothLEScan
- Inherited Members
-
Constructors
BluetoothLEScan()
Properties
AcceptAllAdvertisements
[Value("acceptAllAdvertisements")]
public bool AcceptAllAdvertisements { get; }
Property Value
- bool
Active
[Value("active")]
public bool Active { get; }
Property Value
- bool
Filters
[Value("filters")]
public BluetoothLEScanFilter[] Filters { get; }
Property Value
- BluetoothLEScanFilter[]
KeepRepeatedDevices
[Value("keepRepeatedDevices")]
public bool KeepRepeatedDevices { get; }
Property Value
- bool
Methods
Stop()
[Value("stop")]
public GlobalObject.Undefined Stop()
Returns
- GlobalObject.Undefined