Iso11783IL_OPGetVersion
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long Iso11783IL_OPGetVersion();// form 1long Iso11783IL_OPGetVersion(byte extendedVersions);// form 2long Iso11783IL_OPGetVersion(dbNode implement, byte extendedVersions);// form 3
Description
The function requests the stored object pools from the Virtual Terminal. A Get Versions command or a Extended Get Versions command is sent to the Virtual Terminal. If a response from the Virtual Terminal is received, the callback function Iso11783IL_OPOnResponse is called.Parameters
-
extendedVersions: kind of versions to query.
- To get extended versions a VT version 5 or higher is necessary.
- 0: get standard version strings (7 characters)
- 1: get extended version strings (32 characters)
- implement: Simulation node to apply the function.
Return Values
- 0: function has been executed successfully
- < 0: an error has occurred, see error codes