System.Bluetooth.Components.TBluetoothLE.AddCharacteristic
Delphi
function AddCharacteristic(const AService: TBluetoothGattService;
const ACharacteristic: TBluetoothGattCharacteristic): Boolean;
C++
bool __fastcall AddCharacteristic(System::Bluetooth::TBluetoothGattService* const AService, System::Bluetooth::TBluetoothGattCharacteristic* const ACharacteristic);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetoothLE |
Description
Adds the specified characteristic to the specified service and returns True on success; it returns False otherwise.
Platform Support
| Platform | Supported |
|---|---|
|
Windows |
|
|
OS X |
10.9+ |
|
iOS |
6+ |
|
Android |