System.Bluetooth.TBluetoothGattServer.DoGetServices

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

Delphi

function DoGetServices: TBluetoothGattServiceList; virtual; abstract;

C++

virtual TBluetoothGattServiceList* __fastcall DoGetServices() = 0 ;

プロパティ

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


説明

お使いの GATT サーバーが提供しているサービスのリストを返します。

関連項目