Skip to main content
Open topic with navigation

C2xGetStationHandleByStationName

CAPL Functions » Car2x » C2xGetStationHandle Valid for: CANoe DE

Function Syntax

Description

Retrieves an ITS station handle by the name of the ITS station. The handle can be used as input for the other functions of the Station API, for instance C2xAssignNodeToStation.

Parameters

  • stationName: Name of the station as displayed in the ITS Station Manager.

Return Values

  • 0: Station handle for parameter stationName not available
  • ≠0: Station handle

Example

See Also