System.Bluetooth.Components.TBluetoothLE.CreateCharacteristic
Delphi
function CreateCharacteristic(const AService: TBluetoothGattService; const AUUID: TBluetoothUUID;
APropertyFlags: TBluetoothPropertyFlags; const ADescription: string): TBluetoothGattCharacteristic;
C++
System::Bluetooth::TBluetoothGattCharacteristic* __fastcall CreateCharacteristic(System::Bluetooth::TBluetoothGattService* const AService, const System::Bluetooth::TBluetoothUUID &AUUID, System::Bluetooth::TBluetoothPropertyFlags APropertyFlags, const System::UnicodeString ADescription);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetoothLE |
説明
指定された UUID、プロパティ フラグ、記述を持つキャラクタリスティックを新しく作成して、指定されたサービスに追加し、この新しいキャラクタリスティックを返します。