System.Bluetooth.TBluetoothLEAdvertiseData.GetDataForService

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetDataForService(const AServiceUUID: TBluetoothUUID): TBytes; virtual; abstract;

C++

virtual System::DynamicArray<System::Byte> __fastcall GetDataForService(const GUID &AServiceUUID) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEAdvertiseData


説明

アドバタイズされるサービス データの中から、GATT サービスの指定 UUID に関連付けられているデータを返します。

関連項目