RvcOperationalStateTrait.ResumeCommand.Response

class RvcOperationalStateTrait.ResumeCommand.Response


The result of the completed Resume command.

Summary

Public constructors

Response(
    commandResponseState: RvcOperationalStateTrait.ErrorStateStruct
)

Creates a response payload from the Resume command.

Public properties

RvcOperationalStateTrait.ErrorStateStruct

The return status of the Resume command.

Public constructors

Response

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

Creates a response payload from the Resume command.

Public properties

commandResponseState

val commandResponseStateRvcOperationalStateTrait.ErrorStateStruct

The return status of the Resume command.