System.Bluetooth.TBluetoothGattDescriptor.GetValue

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

Delphi

function GetValue: TBytes;

C++

System::DynamicArray<System::Byte> __fastcall GetValue();

プロパティ

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


説明

Value の取得アクセサです。このディスクリプタの格納値を取得します。

GetValue 関数では、DoGetValue を呼び出すことにより、このディスクリプタの格納値を返します。

関連項目