BluetoothLEAdvertisementDataSection
BluetoothLEAdvertisementDataSection
BluetoothLEAdvertisementDataSection
BluetoothLEAdvertisementDataSection
Class
Definition
A Bluetooth LE advertisement section. A Bluetooth LE advertisement packet can contain multiple instances of these BluetoothLEAdvertisementDataSection objects.
public : sealed class BluetoothLEAdvertisementDataSection : IBluetoothLEAdvertisementDataSectionpublic sealed class BluetoothLEAdvertisementDataSection : IBluetoothLEAdvertisementDataSectionPublic NotInheritable Class BluetoothLEAdvertisementDataSection Implements IBluetoothLEAdvertisementDataSection// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Constructors
BluetoothLEAdvertisementDataSection() BluetoothLEAdvertisementDataSection() BluetoothLEAdvertisementDataSection() BluetoothLEAdvertisementDataSection()
Creates a new BluetoothLEAdvertisementDataSection object.
public : BluetoothLEAdvertisementDataSection()public BluetoothLEAdvertisementDataSection()Public Sub New()// You can use this method in JavaScript.
- See Also
BluetoothLEAdvertisementDataSection(Byte, IBuffer) BluetoothLEAdvertisementDataSection(Byte, IBuffer) BluetoothLEAdvertisementDataSection(Byte, IBuffer) BluetoothLEAdvertisementDataSection(Byte, IBuffer)
Creates a new BluetoothLEAdvertisementDataSection object with the Bluetooth LE advertisement data type and the payload.
public : BluetoothLEAdvertisementDataSection(Byte dataType, IBuffer data)public BluetoothLEAdvertisementDataSection(Byte dataType, IBuffer data)Public Sub New(dataType As Byte, data As IBuffer)// You can use this method in JavaScript.
Parameters
- dataType
- Byte Byte Byte Byte
The Bluetooth LE advertisement data type as defined by the Bluetooth Special Interest Group (SIG).
Properties
DataType DataType DataType DataType
The Bluetooth LE advertisement data type as defined by the Bluetooth Special Interest Group (SIG).
public : byte DataType { get; set; }public byte DataType { get; set; }Public ReadWrite Property DataType As byte// You can use this property in JavaScript.
- Value
- byte byte byte byte
The Bluetooth LE advertisement data type,