System.Bluetooth.TBluetoothGattServer.GattServerName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property GattServerName: string read FGattServerName write SetGattServerName;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


説明

GATT サーバーが名乗る表示名です。

GattServerName を指定しなければ、GATT サーバーは、デフォルトで "Bluetooth LE Service" と名乗ります。

関連項目