System.Bluetooth.TBluetoothGattDescriptor.DoSetValue
Delphi
procedure DoSetValue(const AValue: TBytes); virtual; abstract;
C++
virtual void __fastcall DoSetValue(const System::DynamicArray<System::Byte> AValue) = 0 ;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
procedure function  | 
		protected | System.Bluetooth.pas System.Bluetooth.hpp  | 
        System.Bluetooth | TBluetoothGattDescriptor | 
説明
- メモ: これは、TBluetoothGattDescriptor のプラットフォーム固有のサブクラスで実装される抽象メソッドです。
 
Value の設定アクセサです。このディスクリプタのローカルに格納されている値を更新します。
SetValue から DoSetValue が呼び出されます。
プラットフォーム サポート
| プラットフォーム | Bluetooth LE | |
|---|---|---|
| クライアント | サーバー | |
| 
 Windows  | 
 8 以上  | 
|
| 
 Mac OS X  | 
 10.7 以上  | 
 10.9 以上  | 
| 
 iOS  | 
 5 以上  | 
 6 以上  | 
| 
 Android  | 
 4.3 以上  | 
|