Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IARM_BUS_SYSMGR_API_SetHDCPProfile

  • This Method is called to set the new HDCP Profile.
Code Block
IARM_Bus_RegisterCall(IARM_BUS_SYSMGR_API_SetHDCPProfile,_SetHDCPProfile);

IARM_BUS_SYSMGR_API_GetHDCPProfile

  • This Method is called to get the current HDCP Profile.
Code Block
IARM_Bus_RegisterCall(IARM_BUS_SYSMGR_API_GetHDCPProfile,_GetHDCPProfile);

IARM_BUS_SYSMGR_API_RunScript

  • This Method is called to run a script through Sys Manager.
Code Block
IARM_Bus_RegisterCall(IARM_BUS_SYSMGR_API_RunScript, _RunScript);