Iso11783FSWriteFile
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This function writes data to an open file. Note: Contrary to the other file operations, this function does not provide any functionality for a passed directory handle.Parameters
- fileHandle: File handle, see also Iso11783FSOpenFile
- bufferSize: Number of bytes to write
- buffer: Data to write
Return Values
- < 0: error code
- ≥ 0: number of written bytes