System.Bluetooth.TBluetoothGattService.DoGetCharacteristics

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetCharacteristics: TBluetoothGattCharacteristicList; virtual; abstract;

C++

virtual TBluetoothGattCharacteristicList* __fastcall DoGetCharacteristics() = 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.

DoGetCharacteristics returns a list of characteristics included in this service.

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

Platform Support

Platform Bluetooth Low Energy
Client Server

Windows

8+

OS X

10.7+

10.9+

iOS

5+

6+

Android

4.3+

See Also