System.Bluetooth.TBluetoothGattServer.GetIsAdvertising

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetIsAdvertising: Boolean;

C++

bool __fastcall GetIsAdvertising();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


Beschreibung

Gibt einen booleschen Wert zurück, der angibt, ob Ihr GATT-Server seine Dienste bekannt gibt (True) oder nicht (False).

Siehe auch