System.Bluetooth.TBluetoothLEDevice.Services

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Services: TBluetoothGattServiceList read FServices;

C++

__property TBluetoothGattServiceList* Services = {read=FServices};

Propriétés

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


Description

Liste de services en cache [[System.Bluetooth.TBluetoothGattServiceList|]] fournis par le périphérique Bluetooth Low Energy.

Lorsque vous lisez la propriété Services, TBluetoothLEDevice demande la liste des services au périphérique Bluetooth Low Energy.

Voir aussi