System.Bluetooth.TBluetoothLEDevice.DoRequestMtu

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

Delphi

function DoRequestMTU(AMTU: Integer): Boolean; virtual;

C++

virtual bool __fastcall DoRequestMTU(int AMTU);

プロパティ

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


説明

指定された接続で使用する MTU サイズを要求します。書き込まれた要求オペレーション(応答なし)を実行すると、送信されたデータは MTU サイズに切り詰められます。この関数を使用すると、より多くのデータを一度に送信するために、より大きな MTU サイズを要求できます。


関連項目