System.Tether.Manager.TTetheringAdapter.PairManager
Delphi
procedure PairManager(const ARemoteManager: TTetheringManagerInfo); virtual;
C++
virtual void __fastcall PairManager(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
Requests pairing with the specified remote manager.
PairManager sends a request of type TetheringRequestPair to the remote manager (ARemoteManager
).
PairManager sets the state of the connection to WaitingPairResponse.
You do not need to call TTetheringAdapter.PairManager, it is called automatically when you call TTetheringManager.PairManager on the manager of your adapter.
- Note: Subclasses of TTetheringAdapter may override PairManager.
See Also
- System.Tether.Manager.TTetheringManager.PairManager
- System.Tether.Manager.TTetheringManagerCommunicationThread.DoSendCommand
- System.Tether.Manager.TTetheringAdapter.UnPairManager
- System.Tether.Manager.TTetheringManagerCommunicationThread.SetState
- System.Tether.Manager.TTetheringManagerCommunicationThread.TPairingState