Iso11783IL_TIMConnectSysVarToSynchronizationPoint
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long Iso11783IL_TIMConnectSysVarToSynchronizationPoint(dbNode counterpart, char[] sysVarNameWithPath);// form 1long Iso11783IL_TIMConnectSysVarToSynchronizationPoint(byte counterpartAddress, char[] sysVarNameWithPath);// form 2long Iso11783IL_TIMConnectSysVarToSynchronizationPoint(dbNode participant, dbNode counterpart, char[] sysVarNameWithPath);// form 3long Iso11783IL_TIMConnectSysVarToSynchronizationPoint(dbNode participant, byte counterpartAddress, char[] sysVarNameWithPath);// form 4
Description
Connects the synchronization point of a TIM client/server connection to a system variable. Possible values of the system variables are:- 0: Authentication not started
- 1: Authentication started
- 2: Authenticated
Parameters
- counterpart: TIM counterpart of the client/server connection.
- counterpartAddress: Address of the TIM counterpart of the client/server connection. Value range: 0..253
- sysVarNameWithPath: Name of the system variable, all namespaces inclusive.
- participant: Simulation node (TIM server or TIM client) to apply the function.
Return Values
- 0: Property has been set successfully
- < 0: An error has occurred, see error codes