RDK Documentation (Open Sourced RDK Components)

Description

Describe the details about TR-069 capabilities of HDMI APIs specifications.

Functions

void hostIf_STBServiceHDMI::checkForUpdates (updateCallback mUpdateCallback)
 This function checks for the host IF HDMI interface updates such as Status, Enable, ResolutionMode, ResolutionValue etc in a connected HDMI port. Currently not implemented. More...
 
int hostIf_STBServiceHDMI::handleSetMsg (const char *paramName, HOSTIF_MsgData_t *stMsgData)
 This function set the HDMI interface updates such as Status, Enable, ResolutionMode, ResolutionValue etc in a connected HDMI port. More...
 
int hostIf_STBServiceHDMI::handleGetMsg (const char *paramName, HOSTIF_MsgData_t *stMsgData)
 This function get the HDMI interface updates such as Status, Enable, ResolutionMode, ResolutionValue etc in a connected HDMI port. More...
 
void hostIf_STBServiceHDMI::doUpdates (updateCallback mUpdateCallback)
 This function updates the HDMI interface updates such as Status, Enable, ResolutionMode, ResolutionValue etc in a connected HDMI port. More...
 

Function Documentation

◆ checkForUpdates()

void hostIf_STBServiceHDMI::checkForUpdates ( updateCallback  mUpdateCallback)

This function checks for the host IF HDMI interface updates such as Status, Enable, ResolutionMode, ResolutionValue etc in a connected HDMI port. Currently not implemented.

Parameters
[in]mUpdateCallbackCallback function pointer to check for the host IF HDMI interface update.

◆ handleSetMsg()

int hostIf_STBServiceHDMI::handleSetMsg ( const char *  paramName,
HOSTIF_MsgData_t stMsgData 
)

This function set the HDMI interface updates such as Status, Enable, ResolutionMode, ResolutionValue etc in a connected HDMI port.

Parameters
[in]paramNameHDMI service name string.
[in]stMsgDataHostIf Message Request param contains the HDMI attribute value.
Returns
Returns an Integer value.
Return values
0If successfully set the hostIf HDMI interface attribute.
-1If Not able to set the hostIf HDMI interface attribute.
-2If Not handle the hostIf HDMI interface attribute.

Definition at line 230 of file Components_HDMI.cpp.

◆ handleGetMsg()

int hostIf_STBServiceHDMI::handleGetMsg ( const char *  paramName,
HOSTIF_MsgData_t stMsgData 
)

This function get the HDMI interface updates such as Status, Enable, ResolutionMode, ResolutionValue etc in a connected HDMI port.

Parameters
[in]paramNameHDMI service name string.
[in]stMsgDataHostIf Message Request param contains the HDMI attribute value.
Returns
Returns an Integer value.
Return values
0If successfully get the host IF HDMI interface attribute.
-1If Not able to get the host IF HDMI interface attribute.
-2If Not handle the host IF HDMI interface attribute.

Definition at line 270 of file Components_HDMI.cpp.

◆ doUpdates()

void hostIf_STBServiceHDMI::doUpdates ( updateCallback  mUpdateCallback)

This function updates the HDMI interface updates such as Status, Enable, ResolutionMode, ResolutionValue etc in a connected HDMI port.

Parameters
[in]mUpdateCallbackCallback function pointer to updated the host IF HDMI interface.

Definition at line 311 of file Components_HDMI.cpp.