System.Bluetooth.Components.TBluetooth.DiscoverDevices

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DiscoverDevices(ATimeout: Integer);

C++

void __fastcall DiscoverDevices(int ATimeout);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth


Beschreibung

Der aktuelle Adapter führt so lange eine neue Suche nach ermittelbaren Geräten durch, bis ein Timeout auftritt.

DiscoverDevices unterstützt die folgenden Plattformen:

Plattform Unterstützung Timeout-Einheit

Android

YesC++11Feature.png

msecs

macOS

Nicht unterstützt

iOS

Nicht unterstützt

Linux

Nicht unterstützt

Windows

YesC++11Feature.png

msecs


Siehe auch