RDK Resources
[*RDK Preferred*]
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
Papers & Presentations Archive
IARM_BUS_IRMGR_EVENT_IRKEY
IARM_Bus_IRMgr_EventData_t eventData; eventData.data.irkey.keyType = KET_KEYUP; eventData.data.irkey.keyCode = prevEventData.data.irkey.keyCode; IARM_Bus_BroadcastEvent(IARM_BUS_IRMGR_NAME, (IARM_EventId_t) IARM_BUS_IRMGR_EVENT_IRKEY, (void*)&eventData, sizeof(eventData));
IARM_Bus_IRMgr_SetRepeatInterval_Param_t param; param. timeout = 200; //200 milisec IARM_Bus_Call (IARM_BUS_IRMGR_NAME, IARM_BUS_IRMGR_API_SetRepeatInterval, (void *)¶m, sizeof(param));
IARM_Bus_IRMgr_SetRepeatInterval_Param_t param; IARM_Bus_Call (IARM_BUS_IRMGR_NAME, IARM_BUS_IRMGR_API_GetRepeatInterval, (void *)¶m, sizeof(param));
Uses RF4CE Driver
DISCLAIMER: Please note that the use of the RDK Wiki is subject to its Privacy Policy & Terms of Use. In addition, this Wiki may be accessed by all RDK licensees and their contractors.
Powered by a free Atlassian Confluence Open Source Project License granted to RDKCentral. Evaluate Confluence today.