System.Bluetooth.TBluetoothGattCharacteristic.AddDescriptor
Delphi
function AddDescriptor(const ADescriptor: TBluetoothGattDescriptor): Boolean;
C++
bool __fastcall AddDescriptor(TBluetoothGattDescriptor* const ADescriptor);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattCharacteristic |
説明
指定のディスクリプタをキャラクタリスティックに追加し、成功すれば True を、失敗すれば False を、それぞれ返します。