VTIL_GetAddress
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
Returns the address that is used by the VT IL.Parameters
—Return Values
- ≥ 0: Address of the VT IL
- < 0: IL Error Code
long VTIL_GetAddress();
on key 'a'
{
long addr;
addr = VTIL_GetAddress();
}