System.Bluetooth.TBluetoothGattServer.IsAdvertising

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsAdvertising: Boolean read GetIsAdvertising;

C++

__property bool IsAdvertising = {read=GetIsAdvertising, nodefault};

Eigenschaften

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


Beschreibung

Ob Ihr GATT-Server seine Bekanntgabedaten sendet (True) oder nicht (False).

Siehe auch