ElevatorControlTrait.CallElevatorCommand.Request

class ElevatorControlTrait.CallElevatorCommand.Request


The request payload for the CallElevator command.

Summary

Public constructors

Request(floorName: String)

Creates a request payload for the CallElevator command.

Public properties

String

The floor name of where to send the elevator.

Public constructors

Request

Request(floorName: String = "")

Creates a request payload for the CallElevator command.

Public properties

floorName

val floorNameString

The floor name of where to send the elevator.