BluetoothLEAdvertisementBytePattern 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
要比對的藍牙 LE 公告資料類型。
- offset
-
Int16
short
來自廣告資料區段開頭的位元組模式位移。
- data
- IBuffer
要比對的藍牙 LE 廣告資料位元組模式。
Windows 需求
應用程式功能 |
bluetooth
|