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

mostAsNtfFunctionCheck

Valid for: CANoe DE

Function Syntax

long mostAsNtfFunctionCheck(long deviceID, long fblockID, 
 long instID, long functionID);

Description

Checks whether a notification client (deviceID) is registered in the notification matrix for a function.

Parameters

  • deviceID: Address of the notification client
  • fblockID: Function block ID
  • instID: Instance ID
  • functionID: Function ID

Return Values

  • 0: deviceID is not registered
  • 1: deviceID is registered
  • Other values: See error codes

Example

mostAsNtfFunctionListGetSize, mostAsNtfFunctionListGetFunctionmostAsNtfDeviceIDListGetSize, mostAsNtfDeviceIDListGetDeviceID