System.Bluetooth.TBluetoothGattCharacteristic.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 TBluetoothGattCharacteristic


説明

Value の取得アクセサです。このキャラクタリスティックの格納値を取得します。

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

このキャラクタリスティックのキャッシュされている値は、ReadCharacteristic 関数を呼び出した結果、更新されるか、SubscribeToCharacteristic 関数の呼び出し後のキャラクタリスティック更新通知で更新されます。

関連項目