Versions Compared

Key

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

...

  • IR manager sends these IR events to other applications.
    • IARM_BUS_IRMGR_EVENT_IRKEY
  • The Event Data contains Key Code and Key Type of the pressed IR key.
    • int keyType;
    • int keyCode;
  • IR manager publishes two RPC Methods:
    • SetRepeatKeyInterval
    • GetRepeatKeyInterval
  • Other application can invoke these methods to determine how often a repeat key is sent when the IR key is held own by the user.

...