次の方法で共有


BluetoothLEAdvertisementBytePattern コンストラクター

定義

オーバーロード

BluetoothLEAdvertisementBytePattern()

新しい BluetoothLEAdvertisementBytePattern オブジェクトを作成します。

BluetoothLEAdvertisementBytePattern(Byte, Int16, IBuffer)

一致するアドバタイズデータ型、一致するアドバタイズデータバイトパターン、およびアドバタイズデータセクションの先頭からのバイトパターンのオフセットを持つ新しい BluetoothLEAdvertisementBytePattern オブジェクトを作成します。

BluetoothLEAdvertisementBytePattern()

新しい BluetoothLEAdvertisementBytePattern オブジェクトを作成します。

public:
 BluetoothLEAdvertisementBytePattern();
 BluetoothLEAdvertisementBytePattern();
public BluetoothLEAdvertisementBytePattern();
function BluetoothLEAdvertisementBytePattern()
Public Sub New ()

Windows の要件

アプリの機能
bluetooth

こちらもご覧ください

適用対象

BluetoothLEAdvertisementBytePattern(Byte, Int16, IBuffer)

一致するアドバタイズデータ型、一致するアドバタイズデータバイトパターン、およびアドバタイズデータセクションの先頭からのバイトパターンのオフセットを持つ新しい BluetoothLEAdvertisementBytePattern オブジェクトを作成します。

public:
 BluetoothLEAdvertisementBytePattern(byte dataType, short offset, IBuffer ^ data);
 BluetoothLEAdvertisementBytePattern(byte const& dataType, short const& offset, IBuffer const& data);
public BluetoothLEAdvertisementBytePattern(byte dataType, short offset, IBuffer data);
function BluetoothLEAdvertisementBytePattern(dataType, offset, data)
Public Sub New (dataType As Byte, offset As Short, data As IBuffer)

パラメーター

dataType
Byte

byte

一致する Bluetooth LE アドバタイズデータ型。

offset
Int16

short

アドバタイズ データ セクションの先頭からのバイト パターンのオフセット。

data
IBuffer

一致する Bluetooth LE アドバタイズ データバイト パターン。

Windows の要件

アプリの機能
bluetooth

こちらもご覧ください

適用対象