RvcOperationalStateTrait.GoHomeCommand.Response

class RvcOperationalStateTrait.GoHomeCommand.Response


The result of the completed GoHome command.

Summary

Public constructors

Response(
    commandResponseState: RvcOperationalStateTrait.ErrorStateStruct
)

Creates a response payload from the GoHome command.

Public properties

RvcOperationalStateTrait.ErrorStateStruct

The return status of the GoHome command.

Public constructors

Response

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

Creates a response payload from the GoHome command.

Public properties

commandResponseState

val commandResponseStateRvcOperationalStateTrait.ErrorStateStruct

The return status of the GoHome command.