DiagDataBrowsingPlus
Classification
OTL Syntax
StringTerm = DiagDataBrowsingPlus.GetDbComChannelProtocolType(DbComChannelTerm);
Description
GetDbComChannelProtocolType returns the protocol type as a string with the format as defined in the D-PDU API specification in version ISO 22900-2 [7], B.1 Standardized protocols - support and naming conventions (Table B.3 - Standard protocol short names in ODX and Table B.4 - OBD protocol shortnames). However, this table does only contain standardized names. In addition, vendor specific names can also be returned.
|
|
NOTE — The related MVCI system method is MCDDbLogicalLink::getProtocolType
|
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 |
Returns the protocol type as a string
|
Properties
Name |
Data Type |
Class |
Default |
Cardinality |
Description
|
dbComChannel |
DbComChannel |
Term |
- |
[1..1] |
This element addresses the DbComChannel which protocol type shall be returned.
|
OTL Examples
String MyString;
DiagDataBrowsingPlus.DbComChannel DbComChannel;
/// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel(NULL, "LL_AllEmissRelatUDSSyste");
MyString = DiagDataBrowsingPlus.GetDbComChannelProtocolType(DbComChannel);
See also
GetDbComChannel
GetComChannelDbComChannel