System.Bluetooth.Components.TBluetoothLE.GattServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GattServer: TBluetoothGattServer read GetGattServer;

C++

__property System::Bluetooth::TBluetoothGattServer* GattServer = {read=GetGattServer};

Properties

Type Visibility Source Unit Parent
property public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

GATT server of your component.

GattServer is a read-only property.

See Also