System.Tether.Manager.TTetheringManagerCommunicationThread.GetState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetState(const Connection: string): TPairingState; virtual;

C++

virtual TPairingState __fastcall GetState(const System::UnicodeString Connection);

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManagerCommunicationThread

Description

Returns the current pairing state with a remote manager for a tethering connection.

If the local manager does not have information about the pairing state with a remote manager, GetState returns Waiting.

See Also