It provides Support to SatelliteBoxTA for handling complexity.
Public Methods
-
UpnpSatelliteBoxUtil()
- Basic Constructor for UpnpSatelliteBoxUtil
-
bool setValue(string elementId, Session* session, string reqValue)
- Set Value for the IUISocketElement specified by 'elementId' to the Device specified in Session.
-
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.
-
string subscribeService(map<string, void*>* targetProps)
- subscribe to the service for device
-
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.
UpnpSatelliteBoxUtil()
-
Basic Constructor for UpnpSatelliteBoxUtil
bool 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
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.
- Parameters:
- elementId - a String value of elementId
session - an Object of Session
- Returns:
- whether command is invoked successfully or not
string subscribeService(map<string, void*>* targetProps)
-
subscribe to the service for device
- Parameters:
- device - properties as map<string,void*>
- Returns:
- string as subscription Id
string 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++.