Open topic with navigation CAPL Functions » MOST » mostAsNtfOutputDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
mostAsNtfOutput
Valid for: CANoe DEFunction Syntax
long mostAsNtfOutput(long destAdr, mostMessage msg); // form 1long 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.