System.Bluetooth.TBluetoothGattService.DoGetCharacteristics

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoGetCharacteristics: TBluetoothGattCharacteristicList; virtual; abstract;

C++

virtual TBluetoothGattCharacteristicList* __fastcall DoGetCharacteristics() = 0 ;

Propriétés

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


Description

Remarque : Il s'agit d'une méthode abstraite qu'implémentent les sous-classes de TBluetoothGattService spécifiques à la plate-forme.

DoGetCharacteristics renvoie une liste des caractéristiques incluses dans ce service.

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

Prise en charge de la plate-forme

Plate-forme Bluetooth Low Energy
Client Serveur

Windows

8+

OS X

10.7+

10.9+

iOS

5+

6+

Android

4.3+

Voir aussi