System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AnAdapter: TTetheringAdapter); override;

C++

__fastcall virtual TTetheringBluetoothManagerCommunicationThread(System::Tether::Manager::TTetheringAdapter* const AnAdapter);

Properties

Type Visibility Source Unit Parent
constructor public
System.Tether.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothManagerCommunicationThread

Description

Creates an instance of TTetheringBluetoothManagerCommunicationThread.

It creates a server and a client sockets to communicate over Classic Bluetooth.

TTetheringBluetoothManagerCommunicationThread constructor receives the following parameter:

See Also