Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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