Success

class Success(val result: Int = Command.SINGLE_SUCCESS) : CommandResult

Representation of successful completion with the return value of result.

Author

Cypher121

Constructors

Link copied to clipboard
fun Success(result: Int = Command.SINGLE_SUCCESS)

Properties

Link copied to clipboard
val result: Int