System.Bluetooth.TBluetoothLEDevice.RequestMtu
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 サイズを交渉できます。