Difference between revisions of "Extensions.DiagCom.Request"
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE:Data Type '''Request'''}} == Classification == {{ClassificationDataType | Request | A handle to a request | Simple Data Type | - | - }} == Description == A...") |
|||
Line 7: | Line 7: | ||
{{Note|In case of a MVCI/ODX based system a '''Request''' handle represents a '''MCDRequestobject'''.}} | {{Note|In case of a MVCI/ODX based system a '''Request''' handle represents a '''MCDRequestobject'''.}} | ||
+ | |||
+ | {{ConversionTable | | ||
+ | String=Returns the name of the '''Request''' and the massage | StringSample=<tt>Request request (RQ Variant Coding Read: 223000); String s = ToString(request); // Returns "RQ Variant Coding Read: 223000"</tt> | ||
+ | }} |
Revision as of 10:49, 18 July 2014
Classification
Name | Request |
Short Description | A handle to a request |
Class | Simple Data Type |
Base Data Type | - |
Default Value | Empty |
Provide a Literal | No |
SpecifiedBy | ISO 13209-3 |
Standard Compliant | Yes |
Description
A Request is a handle to a request of a diagnostic service.
![]()
In case of a MVCI/ODX based system a Request handle represents a MCDRequestobject.
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 name of the Request and the massage | Request request (RQ Variant Coding Read: 223000); String s = ToString(request); // Returns "RQ Variant Coding Read: 223000" |
ToByteField | Undefined (should not be used) |