System.Bluetooth.TBluetoothLEManager.GetKnownServiceName

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

Delphi

class function GetKnownServiceName(const AServiceUUID: TGUID): string; static;

C++

static System::UnicodeString __fastcall GetKnownServiceName(const GUID &AServiceUUID);

プロパティ

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


説明

指定された一意の識別子を持つサービス表示名を返します。

指定された一意の識別子(UUID)の表示名を TBluetoothLEManager で提供できない場合、TBluetoothLEManager は、nil(Sender)と AServiceUUID をパラメータとして OnIdentifyCustomUUID イベントを発生させます。

関連項目