IsRunningOnRemoteKernel
Syntax
long IsRunningOnRemoteKernel()
Function
This function is used to get the information whether the CAPL code is executed on the local PC or by a runtime kernel running on a remote device (VN8900/CANoe RT Server).
Parameters
—
Return Values
1 : True (execution on remote runtime kernel)
0 : False (execution on local PC)
—