Class BluetoothAdvertisingEventInit
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class BluetoothAdvertisingEventInit : EventInit
- Inheritance
-
BluetoothAdvertisingEventInit
- Inherited Members
-
Constructors
BluetoothAdvertisingEventInit()
public BluetoothAdvertisingEventInit()
Fields
Appearance
[Value("appearance")]
public ushort Appearance
Field Value
- ushort
Device
[Value("device")]
public required BluetoothDevice Device
Field Value
- BluetoothDevice
ManufacturerData
[Value("manufacturerData")]
public BluetoothManufacturerDataMap ManufacturerData
Field Value
- BluetoothManufacturerDataMap
Name
[Value("name")]
public string Name
Field Value
- string
[Value("rssi")]
public byte Rssi
Field Value
- byte
ServiceData
[Value("serviceData")]
public BluetoothServiceDataMap ServiceData
Field Value
- BluetoothServiceDataMap
TxPower
[Value("txPower")]
public byte TxPower
Field Value
- byte
Uuids
[Value("uuids")]
public List<string> Uuids
Field Value
- List<string>