class HIDAction : IAction
Action that sends the HS 50 a request to send the given Char as a HID Input
<init> |
Action that sends the HS 50 a request to send the given Char as a HID Input HIDAction(: NIMMSTADevice, : Char) |
success |
var success: Boolean |
performAction |
Sends the given Char to the HS 50 to perform as a HID Input fun performAction(): Task<Boolean> |
characters |
val characters: CharArray |