System.Bluetooth.Components.TBluetoothLE.GetGattServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGattServer: TBluetoothGattServer;

C++

System::Bluetooth::TBluetoothGattServer* __fastcall GetGattServer();

Properties

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

Description

Getter of the read-only GattServer property.

See Also