System.Bluetooth.TBluetoothGattService.GetServiceType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetServiceType: TBluetoothServiceType; virtual; abstract;

C++

virtual TBluetoothServiceType __fastcall GetServiceType() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattService

Description

Note: This is an abstract method that platform-specific subclasses of TBluetoothGattService implement.

Returns the type of this service. The possible values are: TBluetoothServiceType = (Primary, Secondary).

A Secondary service is included by Primary services.

See Also