Skip to main content
Open topic with navigation CAPL Functions » MOST » mostAllocTableGetCL

mostAllocTableGetCL

Valid for: CANoe DE

Function Syntax

long mostAllocTableGetCL(long channel, long idx);

Description

Returns the connection label of the respective entry in the allocation table.

Parameters

  • channel: Application channel number.
  • idx: Index of the entry in the allocation table.

Return Values

  • >= 0: Connection label of the concerning entry.
  • < 0: MOST CAPL error codes.

Example