Class BluetoothAdvertisingEvent
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("BluetoothAdvertisingEvent")]
public class BluetoothAdvertisingEvent : Event
- Inheritance
-
BluetoothAdvertisingEvent
- Inherited Members
-
Constructors
BluetoothAdvertisingEvent()
public BluetoothAdvertisingEvent()
BluetoothAdvertisingEvent(string, BluetoothAdvertisingEventInit)
public BluetoothAdvertisingEvent(string type, BluetoothAdvertisingEventInit init)
Parameters
type string
init BluetoothAdvertisingEventInit
Properties
Appearance
[Value("appearance")]
public ushort? Appearance { get; }
Property Value
- ushort?
Device
[Value("device")]
public BluetoothDevice Device { get; }
Property Value
- BluetoothDevice
ManufacturerData
[Value("manufacturerData")]
public BluetoothManufacturerDataMap ManufacturerData { get; }
Property Value
- BluetoothManufacturerDataMap
Name
[Value("name")]
public string? Name { get; }
Property Value
- string
[Value("rssi")]
public byte? Rssi { get; }
Property Value
- byte?
ServiceData
[Value("serviceData")]
public BluetoothServiceDataMap ServiceData { get; }
Property Value
- BluetoothServiceDataMap
TxPower
[Value("txPower")]
public byte? TxPower { get; }
Property Value
- byte?
Uuids
[Value("uuids")]
public string[] Uuids { get; }
Property Value
- string[]