System.Bluetooth.TBluetoothGattService.ServiceType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ServiceType: TBluetoothServiceType read GetServiceType;

C++

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

Propriétés

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


Description

Renvoie le type de ce service. Les valeurs possibles sont : TBluetoothServiceType = (Primary, Secondary).

Un service secondaire (Secondary) est inclus par des services principaux (Primary).

Visitez la page officielle pour plus d'informations sur les services standard : Standard BluetoothLE Services.

Voir aussi