System.Bluetooth.TBluetoothGattServer.CreateDescriptor
Delphi
function CreateDescriptor(const ACharacteristic: TBluetoothGattCharacteristic;
const AnUUID: TBluetoothUUID): TBluetoothGattDescriptor;
C++
TBluetoothGattDescriptor* __fastcall CreateDescriptor(TBluetoothGattCharacteristic* const ACharacteristic, const TBluetoothUUID &AnUUID);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothGattServer | 
Description
Creates a new descriptor for the specified characteristic identifier by the specified UUID, and returns that new descriptor.
See Also
- System.Bluetooth.TBluetoothGattCharacteristic
- System.Bluetooth.TBluetoothUUID
- System.Bluetooth.TBluetoothGattDescriptor