System.Tether.Manager.TTetheringManager.UnPairManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnPairManager(const ARemoteManager: TTetheringManagerInfo); overload;
procedure UnPairManager(const ARemoteManagerIdentifier: string); overload;

C++

void __fastcall UnPairManager(const TTetheringManagerInfo &ARemoteManager)/* overload */;
void __fastcall UnPairManager(const System::UnicodeString ARemoteManagerIdentifier)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringManager

Description

Unpairs from the specified remote manager.

UnPairManager unpairs from ARemoteManager.

See Also