System.Bluetooth.TBluetoothGattCharacteristic.GetUUID
Delphi
function GetUUID: TBluetoothUUID; virtual; abstract;
C++
virtual GUID __fastcall GetUUID() = 0 ;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattCharacteristic |
説明
- メモ: これは、TBluetoothGattCharacteristic のプラットフォーム固有のサブクラスで実装される抽象メソッドです。
UUID の取得メソッド。GetUUID 関数は、この特性の UUID を返します。
プラットフォーム サポート
| プラットフォーム | Bluetooth Low Energy | |
|---|---|---|
| Client | Server | |
|
Windows |
8 以上 |
|
|
OS X |
10.7 以上 |
10.9 以上 |
|
iOS |
5 以上 |
6 以上 |
|
Android |
4.3 以上 |
|