Classification
Description
A Result is a handle to the result of a diagnostic service object.
|
|
In case of a MVCI/ODX based system a Result handle represents a MCDResultobject.
|
Core Conversion
The following table shows the rules for conversion to another data type:
Conversion |
Result |
Sample
|
ToBoolean |
Undefined (should not be used) |
|
ToInteger |
Undefined (should not be used) |
|
ToFloat |
Undefined (should not be used) |
|
ToString |
Returns the value of the Result object |
String s = ToString(resultVariable); // Returns "1 response(s)"
|
ToByteField |
Undefined (should not be used) |
|