RtValue object
RtValue object values
| Value | Description |
|---|---|
| .Value | Returns the value determined by the
<read-as suffix>. This value is
typically a string or number, but can be any type.
|
| .Status | Returns the status, as a number, of the
parameter's read attempt.
0: Indicates the
The least significant 32 bits are treated as bit-wise indicators of the zero or more 'abnormal' status conditions present for this RtValue. |
Note:
It is recommended that you use the ValueStatus Enum Object to mask
or test conditions reflected in a .Status value.