System.Bluetooth.Components.TBluetooth.OnRemoteRequestPair

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

Delphi

property OnRemoteRequestPair: TRemoteRequestPairEvent read FOnRemoteRequestPair write FOnRemoteRequestPair;

C++

__property System::Bluetooth::TRemoteRequestPairEvent OnRemoteRequestPair = {read=FOnRemoteRequestPair, write=FOnRemoteRequestPair};

プロパティ

種類 可視性 ソース ユニット
event published
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth


説明

OnRemoteRequestPair は、リモート デバイスがペアリングをリクエストした際に、発生します。

関連項目