System.Bluetooth.TBluetoothLEManager.OnIdentifyCustomUUID

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

Delphi

class property OnIdentifyCustomUUID: TIdentifyUUIDEvent read FOnIdentifyCustomUUID write FOnIdentifyCustomUUID;

C++

/* static */ __property TIdentifyUUIDEvent OnIdentifyCustomUUID = {read=FOnIdentifyCustomUUID, write=FOnIdentifyCustomUUID};

プロパティ

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


説明

ある一意の識別子を持つサービス表示名要求したけれども、TBluetoothLEManager がその指定されたサービス識別子を認識しない場合に発生します。

OnIdentifyCustomUUIDイベント ハンドラは、次のパラメータを受け取ります:

関連項目