RvcOperationalStateTrait.PauseCommand.Response

class RvcOperationalStateTrait.PauseCommand.Response


The result of the completed Pause command.

Summary

Public constructors

Response(
    commandResponseState: RvcOperationalStateTrait.ErrorStateStruct
)

Creates a response payload from the Pause command.

Public properties

RvcOperationalStateTrait.ErrorStateStruct

The return status of the Pause command.

Public constructors

Response

Response(
    commandResponseState: RvcOperationalStateTrait.ErrorStateStruct = ErrorStateStruct()
)

Creates a response payload from the Pause command.

Public properties

commandResponseState

val commandResponseStateRvcOperationalStateTrait.ErrorStateStruct

The return status of the Pause command.