System.Bluetooth.Components.TBluetooth.OnRemoteRequestPair

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnRemoteRequestPair: TRemoteRequestPairEvent read FOnRemoteRequestPair write FOnRemoteRequestPair;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth


Beschreibung

OnRemoteRequestPair wird ausgelöst, wenn ein Remote-Gerät eine Koppelung anfordert.

Siehe auch