1.5.15 HexRange

A HexRange parameter carries an integer number. Internally the value is represented by a signed 64-bit number (data type long). HexRange is much like IntegerRange with the only difference, that values are printed at the UI in hexadecimal notation (no prefix like '0x' or '#') and user entries are expected in the same format.

Data Model (extends Range)

Key Type Value
id String The message ID (see Message)
type String The message type (always RANGE, see Message).
time String Timestamp in format 'YYYY-MM-DDTHH:MM.SSZ', see Message).
dataType String Always HEX (see Range)
disabled Bool Inherited from Range
readonly Bool Inherited from Range
checkLimits Boolean true = the front end must validate any entry for this parameter to be in the range min ... max. Invalid entries must be rejected, no values shall be sent to the server if outside the given range.
min Number The minimum value to be accepted with checkLimits=true
max Number The maximum value to be accepted with checkLimits=true
unit String A unit string to be displayed right of the parameter value (e.g. "MHz" for a frequency)