interface DeviceAction


Responsible for performing an interaction on the given device.

Summary

Public functions

Unit
perform(deviceController: DeviceController)

Performs this action on the given device.

Public functions

perform

fun perform(deviceController: DeviceController): Unit

Performs this action on the given device.

Parameters
deviceController: DeviceController

the controller to use to interact with the device.