System.Bluetooth.TBluetoothLEDevice.ScannedAdvertiseData

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ScannedAdvertiseData: TBluetoothLEAdvertiseData read FScannedAdvertiseData write FScannedAdvertiseData;

C++

__property TBluetoothLEAdvertiseData* ScannedAdvertiseData = {read=FScannedAdvertiseData, write=FScannedAdvertiseData};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice


Beschreibung

Bekanntgabedaten, die das Remote-Gerät bei der Geräteermittlung gesendet hat.

Alternativ können Sie mit der Eigenschaft AdvertisedData die Bekanntgabedaten als Instanz von TScanResponse abrufen.

Plattformunterstützung

Diese Eigenschaft wird unter Windows nicht unterstützt.

Siehe auch