System.Bluetooth.TBluetoothLEDevice.DoBeginReliableWrite

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

Delphi

function DoBeginReliableWrite: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoBeginReliableWrite(void) = 0 ;

プロパティ

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


説明

一連のキャラクタリスティックをリモート デバイス上に書き込むトランザクションをアトミック トランザクションとして開始します。

BeginReliableWrite から DoBeginReliableWrite が呼び出されます。

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

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

Windows

YesC++11Feature.png

OS X

iOS

Android

YesC++11Feature.png

関連項目