KeypadInputCommands

interface KeypadInputCommands

Known direct subclasses
KeypadInput

API for the KeypadInput trait.


Summary

Public functions

suspend KeypadInputTrait.SendKeyCommand.Response

Process a key code as input to the media device.

Public functions

sendKey

suspend fun sendKey(keyCode: KeypadInputTrait.CecKeyCodeEnum): KeypadInputTrait.SendKeyCommand.Response

Process a key code as input to the media device.

Parameters
keyCode: KeypadInputTrait.CecKeyCodeEnum

The key code to process.

Returns
KeypadInputTrait.SendKeyCommand.Response

The result of the SendKey command.