System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.DoCreateCommunicationThread

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

Delphi

function DoCreateCommunicationThread(const AnAdapter: TTetheringAdapter; const ABindToAddress: string): TTetheringManagerCommunicationThread; override;

C++

virtual System::Tether::Manager::TTetheringManagerCommunicationThread* __fastcall DoCreateCommunicationThread(System::Tether::Manager::TTetheringAdapter* const AnAdapter, const System::UnicodeString ABindToAddress);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Tether.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothAdapter


説明

クラシック Bluetooth で通信するための新しい非同期スレッド作成します。

関連項目