SCC_GetServiceParameterData
Valid for: CANoe DE • CANoe4SW DE NoteThis function can be called only within the assigned callback. The function is used to query the details of a request.
Function Syntax
Description
Gets the name and value type of the parameter with the selected indices.Parameters
- i1: Selected index of the target SAScheduleTuple (< TariffCount).
- i2: Selected index of the target SalesTariffEntry (< SalesTariffEntriesCount).
- Name: Queries the name of the parameter with the selected indices (to the given char buffer).
- ValueType: Queries the value type of the parameter with the selected indices (to the given char buffer).
For DIN 70121, ValueType is the actual content of the element<ValueType>. For ISO 15118, the subelement holding the parameter value is evaluated and ValueType is set accordingly. In both cases, there are the same possible results for ValueType, e.g. int, physicalValue, string.