System.Tether.Manager.TTetheringManager.RemoteManagers
Delphi
property RemoteManagers: TTetheringManagerInfoList read FRemoteManagers;
C++
__property TTetheringManagerInfoList* RemoteManagers = {read=FRemoteManagers};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringManager |
Description
List of discovered remote managers.
RemoteManagers is a list of instances of TTetheringManagerInfo that represent remote managers found during a successful discovery operation started by either AutoConnect or DiscoverManagers.