System.Tether.Manager.TTetheringProfile.Manager
Delphi
property Manager: TTetheringManager read FManager write SetManager;
C++
__property TTetheringManager* Manager = {read=FManager, write=SetManager};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | TTetheringProfile |
Description
Manager associated with the profile.
When you define the Manager associated with the profile, the profile registers itself in the manager and instantiates the protocols defined in ImplementedProtocolAdapters.
Exceptions
If your profile is enabled (Enabled is True
), see TTetheringTCPProtocol.StartCommunication for information about exceptions that might occur if TTetheringTCPProtocol is included among the pairs of ImplementedProtocolAdapters.
See Also
- System.Tether.Manager.TTetheringProtocol
- System.Tether.Manager.TTetheringProfile.ImplementedProtocolAdapters
- BDShoppingList sample
- DesktopCast sample
- MediaPlayer sample
- PhotoWall sample