Skip to main content
Open topic with navigation CAPL Functions » MOST » mostAsNtfDeviceIDListGetSize, mostAsNtfDeviceIDListGetDeviceID

mostAsNtfDeviceIDListGetSize, mostAsNtfDeviceIDListGetDeviceID

Valid for: CANoe DE

Function Syntax

long mostAsNtfDeviceIDListGetSize(long fblockID, 
 long instID, long functionID);
long mostAsNtfDeviceIDListGetDeviceID(long fblockID, 
 long instID, long functionID, long index);

Description

The function makes it possible to output the list of all notification clients registered with the function (functionID). Functionality is similar to command message FBlock.Notification.Get(functionID). The notification matrix can be read out with the function without sending a respective message.

Parameters

  • fblockID: Function block ID
  • instID: Instance ID
  • functionID: Function ID
  • index: Index in the function list

Return Values

See error codes

Example

mostAsNtfFunctionCheckmostAsNtfFunctionListGetSize, mostAsNtfFunctionListGetFunction