System.Bluetooth.TBluetoothGattServer.GattServerName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property GattServerName: string read FGattServerName write SetGattServerName;

C++

__property System::UnicodeString GattServerName = {read=FGattServerName, write=SetGattServerName};

Eigenschaften

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


Beschreibung

Anzeigename, mit dem Ihr GATT-Server sich selbst ankündigt.

Wenn Sie keinen GattServerName angeben, kündigt sich Ihr GATT-Server standardmäßig mit "Bluetooth LE Service" an.

Siehe auch