Classification
Description
A Extensions.DiagCom.Response is a handle to a response object of a diagnostic service’s result.
|
|
In case of a MVCI/ODX based system a Response handle represents a MCDResponseobject.
|
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 Response object |
Response response (51 01); String s = ToString(response); // Returns "51 01"
|
| ToByteField |
Undefined (should not be used) |
|