System.Bluetooth.TBluetoothGattServer.FindService

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

Delphi

function FindService(const AUUID: TGuid): TBluetoothGattService;

C++

TBluetoothGattService* __fastcall FindService(const GUID &AUUID);

プロパティ

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


説明

既に GATT サーバーに追加されたサービスの中から、指定された UUID を持つサービスを返します。UUID の一致するサービスが見つからない場合は nil を返します。

関連項目