D253Request Command
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
Hex string value which identifies the given attribute. This is a value known to the monitor and cannot be changed.
Range of valid values for the attribute to be set to, or -1 if the value doesn't have a defined range
See also
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.