System.Bluetooth.TBluetoothGattDescriptor.DoGetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetValue: TBytes; virtual; abstract;

C++

virtual System::DynamicArray<System::Byte> __fastcall DoGetValue() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor

Description

Note: This is an abstract method that platform-specific subclasses of TBluetoothGattDescriptor implement.

Getter of Value. Gets the stored value for this descriptor.

GetValue calls DoGetValue.

Platform Support

Platform Bluetooth Low Energy
Client Server

Windows

8+

OS X

10.7+

10.9+

iOS

5+

6+

Android

4.3+

See Also