CommandParameterValue

The range of possible values that's used to describe a specific command parameter.

The commandParameterValue can only have one of the below fields listed.

Types

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

Properties

Link copied to clipboard
val b: Boolean?

An attribute of type Boolean. For example:

Link copied to clipboard

An attribute of type Binary. For example:

Link copied to clipboard
val d: Double?

An attribute of type Double (Sixty-Four Bits).

Link copied to clipboard
val i: Int?

An attribute of type Integer (Thirty-Two Bits).

Link copied to clipboard
val l: Long?

An attribute of type Long.

Link copied to clipboard
val s: String?

An attribute of type String. For example:

Link copied to clipboard
val ul: String?

An attribute of type unsigned long.

Functions

Link copied to clipboard
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