Extensions.DiagCom.GetResponseName
Revision as of 04:21, 17 July 2014 by Nb (talk | contribs) (Created page with "<big>Big text</big>Category:DiagCom == Classification == {{ClassificationActivity | GetResponseName | Name of a Response | Term | OTX DiagCom extension | [...")
Big text
Contents
Classification
Name | GetResponseName |
Short Description | Name of a Response |
Class | Term |
Extension | OTX DiagCom extension |
Group | Response related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
GetResponseName(Response response, String responseName);
Description
The GetResponseName term gives the name of the response back. This can be used, for example, to test based on the name, whether the response from the control unit is positive or negative, but also see IsPositive.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
String | Name of a Response. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Response | Response | Term | - | [1] | Response object. |
Examples
String responseName = GetResponseName(response);
See also
GetAllResponses
IsPositive
GetFirstResponse
ExecuteDiagService
GetFirstResult