System.Tether.Manager.TTetheringManager.UnPairManager
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
.