StatusReason

Provide additional context about the status of a command execution using a reason code and description.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A code that provides additional context for the command execution status.

Link copied to clipboard

A literal string for devices to optionally provide additional information about the reason code for a command execution status.

Functions

Link copied to clipboard
inline fun copy(block: StatusReason.Builder.() -> Unit = {}): StatusReason
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String