System.Bluetooth.TBluetoothLEDevice.RequestMtu

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

Delphi

function RequestMTU(AMTU: Integer): Boolean;

C++

bool __fastcall RequestMTU(int AMTU);

プロパティ

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


説明

接続された BLE デバイスから特定の MTU サイズを要求するために使用されるメソッドです。

MTU は、単一の BLE オペレーションの間に送信できる、最大のパケットサイズ(バイト単位)を定義します。RequestMtu を呼び出すことで、アプリケーションは周辺機器とより大きな MTU サイズを交渉できます。

関連項目