ElevatorControlCommands

interface ElevatorControlCommands

Known direct subclasses
ElevatorControl

API for the ElevatorControl trait.


Summary

Public functions

suspend Unit
callElevator(floorName: String)

Call the elevator.

Public functions

callElevator

suspend fun callElevator(floorName: String): Unit

Call the elevator.

Parameters
floorName: String

The floor name of where to send the elevator.