class TADetails

Maintain Details related to TargetAdapter like targetId, Target Properties, subscriptionId, Target Description etc.

Public Methods

[more] 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.
[more]string getTargetId()
Get a String value of targetId.
[more]map<string, void*> * getTargetProps()
Get a Map<String, void*> of Target Properties.
[more]UpnpSatelliteBoxTA* getUpnpSatelliteBoxTA()
Get an Object of UpnpSatelliteBoxTA.
[more]TargetDescription* getTargetDescription()
Get an Object of TargetDescription.
[more]void* getDevice()
Get instance of Device class from Target Properties.
[more]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.

o 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

ostring getTargetId()
Get a String value of targetId.

Returns:
a String value of targetId

omap<string, void*> * getTargetProps()
Get a Map<String, void*> of Target Properties.

Returns:
a Map<String, void*> of target Properties

oUpnpSatelliteBoxTA* getUpnpSatelliteBoxTA()
Get an Object of UpnpSatelliteBoxTA.

Returns:
an Object of UpnpSatelliteBoxTA

oTargetDescription* getTargetDescription()
Get an Object of TargetDescription.

Returns:
an Object of TargetDescription

ovoid* getDevice()
Get instance of Device class from Target Properties.

Returns:
an Object of Device

ostring 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++.