System.Tether.AppProfile.TSubscribedResPair

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::Generics::Collections::TPair__2<System::Tether::Manager::TTetheringProfileInfo,TCustomRemoteItem*> TSubscribedResPair;

Properties

Type Visibility Source Unit Parent
typedef public System.Tether.AppProfile.hpp System.Tether.AppProfile System.Tether.AppProfile

Description

Collection of key-value pairs where keys are instances of TTetheringProfileInfo and values are instances of TCustomRemoteItem.

TTetheringAppProfile uses TSubscribedResPair internally to keep a list of connected remote profiles and remote items.

See Also