System.Bluetooth.TBluetoothGattDescriptor.Value

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Value: TBytes read GetValue write SetValue;

C++

__property System::DynamicArray<System::Byte> Value = {read=GetValue, write=SetValue};

プロパティ

種類 可視性 ソース ユニット
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor


説明

この TBluetoothGattDescriptor の格納値を返すか、新しい値を定義します。

ディスクリプタの値はバイト配列です。これらのバイト データの表現内容の詳細については、公式サイトの GATT キャラクタリスティック ディスクリプタに関するページ(英語版)を参照してください。

関連項目