System.Bluetooth.TBluetoothGattCharacteristic.FDescriptors
Delphi
FDescriptors: TBluetoothGattDescriptorList;
C++
TBluetoothGattDescriptorList* FDescriptors;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
field | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattCharacteristic |
Beschreibung
Liste der Deskriptoren des Merkmals.
Folgendermaßen füllen Sie FDescriptors aus:
- Wenn die Liste leer ist, füllen Sie sie automatisch mit Descriptors.
- Rufen Sie AddDescriptor auf, um manuell einen Deskriptor hinzuzufügen.