System.Tether.BluetoothAdapter.TTetheringBluetoothManagerCommunicationThread.ProcessResponse

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ProcessResponse(const AData: string; var RemoteConnectionString: string): string; override;

C++

virtual System::UnicodeString __fastcall ProcessResponse(const System::UnicodeString AData, System::UnicodeString &RemoteConnectionString);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothManagerCommunicationThread

Description

Handles the input from a remote communication thread.

The tethering manager processes the incoming data from a remote Bluetooth adapter.

See Also