Maintain Details related to TargetAdapter like targetId, Target Properties, subscriptionId, Target Description etc.
Public Methods
-
TADetails(string targetId, map<string, void*>* targetProps, TargetDescription* targetDescription, UpnpSatelliteBoxTA* upnpSatelliteBoxTA, string subscriptionId)
- Assign the value of targetId, Target Properties, TargetDescription, UpnpSatelliteBoxTA and SubscriptionId to local variables.
-
string getTargetId()
- Get a String value of targetId.
-
map<string, void*> * getTargetProps()
- Get a Map<String, void*> of Target Properties.
-
UpnpSatelliteBoxTA* getUpnpSatelliteBoxTA()
- Get an Object of UpnpSatelliteBoxTA.
-
TargetDescription* getTargetDescription()
- Get an Object of TargetDescription.
-
void* getDevice()
- Get instance of Device class from Target Properties.
-
string getSubscriptionId()
- Get String value of SubscriptionId.
Documentation
Maintain Details related to TargetAdapter like targetId, Target Properties, subscriptionId, Target Description etc.
Also provide methods to retrieve these properties.
TADetails(string targetId, map<string, void*>* targetProps, TargetDescription* targetDescription, UpnpSatelliteBoxTA* upnpSatelliteBoxTA, string subscriptionId)
-
Assign the value of targetId, Target Properties, TargetDescription, UpnpSatelliteBoxTA and SubscriptionId to local variables.
- Parameters:
- targetId - a String value of targetId
targetProps - Map<String, void*> of targetProps
targetDescription - an Object of TargetDescription
upnpSatelliteBoxTA - an Object of UpnpSatelliteBoxTA
subscriptionId - a String value of subscriptionId
string getTargetId()
-
Get a String value of targetId.
- Returns:
- a String value of targetId
map<string, void*> * getTargetProps()
-
Get a Map<String, void*> of Target Properties.
- Returns:
- a Map<String, void*> of target Properties
UpnpSatelliteBoxTA* getUpnpSatelliteBoxTA()
-
Get an Object of UpnpSatelliteBoxTA.
- Returns:
- an Object of UpnpSatelliteBoxTA
TargetDescription* getTargetDescription()
-
Get an Object of TargetDescription.
- Returns:
- an Object of TargetDescription
void* getDevice()
-
Get instance of Device class from Target Properties.
- Returns:
- an Object of Device
string getSubscriptionId()
-
Get String value of SubscriptionId.
- Returns:
- a String value of SubscriptionId
- This class has no child classes.
- Author:
- Parikshit Thakur & Team, Trace R&D Center
- Version:
- Revision: 1.0
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.