Open topic with navigation CAPL Functions » ISO11783 » File Server Interaction Layer (FS IL) » FSIL_OnRequestDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
FSIL_OnRequest (Callback)
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
Is called if a request (0xEA00) is received. The return value defines the node reaction to the request.Parameters
- rqPGN: Requested PGN
- sourceAddr: Source address from which the request was sent
- destinationAddress: Destination address on which the request was sent
Return Values
- 0: Do not respond to the request
- 1: Request with the message from the Tx list of the node
- 2: Send a negative acknowledgment (NACK)
- 3: Send a positive acknowledgment (ACK)