BluetoothLEAdvertisementDataSection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
BluetoothLEAdvertisementDataSection() |
创建新的 BluetoothLEAdvertisementDataSection 对象。 |
BluetoothLEAdvertisementDataSection(Byte, IBuffer) |
使用蓝牙 LE 播发数据类型和有效负载创建新的 BluetoothLEAdvertisementDataSection 对象。 |
BluetoothLEAdvertisementDataSection()
创建新的 BluetoothLEAdvertisementDataSection 对象。
public:
BluetoothLEAdvertisementDataSection();
BluetoothLEAdvertisementDataSection();
public BluetoothLEAdvertisementDataSection();
function BluetoothLEAdvertisementDataSection()
Public Sub New ()
Windows 要求
应用功能 |
bluetooth
|
另请参阅
适用于
BluetoothLEAdvertisementDataSection(Byte, IBuffer)
使用蓝牙 LE 播发数据类型和有效负载创建新的 BluetoothLEAdvertisementDataSection 对象。
public:
BluetoothLEAdvertisementDataSection(byte dataType, IBuffer ^ data);
BluetoothLEAdvertisementDataSection(byte const& dataType, IBuffer const& data);
public BluetoothLEAdvertisementDataSection(byte dataType, IBuffer data);
function BluetoothLEAdvertisementDataSection(dataType, data)
Public Sub New (dataType As Byte, data As IBuffer)
参数
- dataType
-
Byte
byte
蓝牙特殊兴趣组定义的蓝牙 LE 播发数据类型 (SIG) 。
- data
- IBuffer
蓝牙 LE 播发数据有效负载。
Windows 要求
应用功能 |
bluetooth
|