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

mostApIsRegisteredEx

Valid for: CANoe DE

Function Syntax

long mostApIsRegisteredEx(long fblockID, long instID);

Description

This function can be used to poll whether the function block with functional address is entered in the Local FBlockList.

Parameters

  • fblockID: Function block identifier to be queried.
  • instID: Instance identifier to be queried.

Return Values

  • 1: Function block is registered.
  • 0: Function block is not registered.
  • < 0: See error codes.

Example

mostApRegisterExmostApUnregisterExmostApIsRegistered