System.Bluetooth.Components.TBluetooth.Pair

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

Delphi

function Pair(const ADevice: TBluetoothDevice): Boolean;

C++

bool __fastcall Pair(System::Bluetooth::TBluetoothDevice* const ADevice);

プロパティ

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


説明

現在のアダプタが、ADevice に対してペアリング リクエストを実行します。

関連項目