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

mostAsNtfOutput

Valid for: CANoe DE

Function Syntax

  • long mostAsNtfOutput(long destAdr, mostMessage msg); // form 1
  • long mostAsNtfOutput(long destAdr, mostAmsMessage msg); // form 2

Description

  • destAdr != 0xFFFF: The command sends the message to the stated address.
  • destAdr == 0xFFFF: The message is sent to the address of all notification clients. The FBlockID, InstID and FunctionID values, which are needed to read the addresses from the notification matrix, are extracted from the message variable (msg).

Parameters

  • destAdr: Message destination address or 0xFFFF to send to all notification clients.
  • msg: Message to be sent.

Return Values

See error codes

Example

mostAsNtfFunctionEnable, mostAsNtfFunctionDisable, mostAsNtfFunctionIsEnabled