System.Tether.Manager.TTetheringAdapter.UnPairManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UnPairManager(const ARemoteManager: TTetheringManagerInfo); virtual;

C++

virtual void __fastcall UnPairManager(const TTetheringManagerInfo &ARemoteManager);

Properties

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

Description

Lets the specified remote manager know that the manager of your adapter is no longer paired to that remote manager.

TTetheringAdapter.UnPairManager sends a request of type TetheringRequestUnPair to the remote adapter.The DoUnPairManager of the remote adapter handles the notification.

You do not need to call TTetheringAdapter.UnPairManager, it is called automatically when you call TTetheringManager.UnPairManager on the manager of your adapter.

Note: Subclasses of TTetheringAdapter may override UnPairManager.

See Also