System.Bluetooth.TBluetoothGattService.ServiceType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ServiceType: TBluetoothServiceType read GetServiceType;

C++

__property TBluetoothServiceType ServiceType = {read=GetServiceType, nodefault};

Properties

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

Description

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

A Secondary service is included by Primary services.

Visit the official page for more information about standard services: Standard BluetoothLE Services.

See Also