System.Bluetooth.Components.TBluetoothLE.SubscribeToCharacteristic

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

Delphi

function SubscribeToCharacteristic(const ADevice: TBluetoothLEDevice;
const ACharacteristic: TBluetoothGattCharacteristic): Boolean;

C++

bool __fastcall SubscribeToCharacteristic(System::Bluetooth::TBluetoothLEDevice* const ADevice, System::Bluetooth::TBluetoothGattCharacteristic* const ACharacteristic);

プロパティ

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


説明

リモート デバイス上でキャラクタリスティックが変更された場合、ユーザー側のキャラクタリスティックのデータが自動的に更新されるようにする(True)ために、指定デバイスの指定キャラクタリスティックに関する変更通知を有効にします。

キャラクタリスティックの変更通知を有効にする場合は、OnCharacteristicRead イベントを処理すると、キャラクタリスティックのデータの自動更新を追跡できます。

関連項目