API:System.Bluetooth.TBluetoothGattService.DoCreateCharacteristic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoCreateCharacteristic(const AUuid: TBluetoothUUID; APropertyFlags: TBluetoothPropertyFlags;  const ADescription: string): TBluetoothGattCharacteristic; virtual; abstract;

C++

virtual TBluetoothGattCharacteristic* __fastcall DoCreateCharacteristic(const GUID &AUuid, TBluetoothPropertyFlags APropertyFlags, const System::UnicodeString ADescription) = 0 ;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!