class UpnpSatelliteBoxUtil

It provides Support to SatelliteBoxTA for handling complexity.

Public Methods

[more] UpnpSatelliteBoxUtil()
Basic Constructor for UpnpSatelliteBoxUtil
[more]bool setValue(string elementId, Session* session, string reqValue)
Set Value for the IUISocketElement specified by 'elementId' to the Device specified in Session.
[more]bool invokeCommand(string elementId, Session* session)
Invoke the command mentioned by the argument elementId on the UPnP SatelliteBox device specified in the session Call is utimetely forwarded to UpnpControlPoint doAction() for UPnP Action.
[more]string subscribeService(map<string, void*>* targetProps)
subscribe to the service for device
[more]string getValue(string elementId, Session* session)
Get Value for the IUISocketElement specified by 'elementId' from the Device specified in Session.


Documentation

It provides Support to SatelliteBoxTA for handling complexity.

o UpnpSatelliteBoxUtil()
Basic Constructor for UpnpSatelliteBoxUtil

obool setValue(string elementId, Session* session, string reqValue)
Set Value for the IUISocketElement specified by 'elementId' to the Device specified in Session. Call is utimetely forwarded to UpnpControlPoint doAction() for UPnP Action.
Parameters:
elementId - a String value of elementId
session - an Object of Session
reqValue - the value to be set
Returns:
whether the reqValue has been set successfully or not

obool invokeCommand(string elementId, Session* session)
Invoke the command mentioned by the argument elementId on the UPnP SatelliteBox device specified in the session Call is utimetely forwarded to UpnpControlPoint doAction() for UPnP Action.
Parameters:
elementId - a String value of elementId
session - an Object of Session
Returns:
whether command is invoked successfully or not

ostring subscribeService(map<string, void*>* targetProps)
subscribe to the service for device
Parameters:
device - properties as map<string,void*>
Returns:
string as subscription Id

ostring getValue(string elementId, Session* session)
Get Value for the IUISocketElement specified by 'elementId' from the Device specified in Session. Call is utimetely forwarded to UpnpControlPoint doAction() for UPnP Action.
Parameters:
elementId - a String value of elementId
session - an Object of Session
Returns:
a String value of the variable mentioned by the argument elementId


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