Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
coTfsArrToQ
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DEFunction Syntax
qword coTfsArrToQ( byte inByteArray[], dword arraysize );
Description
The function converts the content of a byte array into a qword value.Parameters
- inByteArray[]: Array containing the bytes to be converted, recommended array size: 8 byte.
- arraysize: Size of the array.