D253RequestCommand

Defines the known commands which can be sent to a Dasung253 monitor.

The commands in this enum do not include setter attributes. ie. Attributes which also double up as commands.

See the D253Attribute class for more information on those.

In any case, a command is a hex string which is sent to the monitor and proceeded by arguments related to the given command. eg. GET_PARAMETER is proceeded by the paremeter which we want to retrieve from the monitor.

Commands are inserted into a builder class which handles the construction of a data packet in the expected format.

Parameters

value

Hex string value which identifies the given attribute. This is a value known to the monitor and cannot be changed.

range

Range of valid values for the attribute to be set to, or -1 if the value doesn't have a defined range

See also

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val range: IntRange
Link copied to clipboard
open override val value: String

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.