System.Bluetooth.TBluetoothGattCharacteristic.DoGetValue

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

Delphi

function DoGetValue: TBytes; virtual; abstract;

C++

virtual System::DynamicArray<System::Byte> __fastcall DoGetValue() = 0 ;

プロパティ

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


説明

メモ: これは、TBluetoothGattCharacteristic のプラットフォーム固有のサブクラスで実装される抽象メソッドです。

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

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

GetValue から DoGetValue が呼び出されます。

プラットフォーム サポート

プラットフォーム Bluetooth LE
クライアント サーバー

Windows

8 以上

OS X

10.7 以上

10.9 以上

iOS

5 以上

6 以上

Android

4.3 以上

関連項目