OnStationAttributeTrigger
CAPL Functions » ADAS » OnStationAttributeTrigger Valid for: CANoe DE Note: This CAPL function is also available in C#.Function Syntax
C#Description
This callback is called when the value of an attribute of a station has changed.Parameters
C#- tcc: Call Context of the Callback. Contains the station name (
cct.stationName) and the attribute name (cct.attributeName).
- —
Return Values
- —