Open topic with navigation CAPL Functions » General » Function Overview » swapWord, swapInt, swapDWord, swapLong, swapInt64, swapQWordDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
swapWord, swapInt, swapDWord, swapLong, swapInt64, swapQWord
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
word swapWord(word x); // form 1int swapInt(int x); // form 2dword swapDWord(dword x); // form 3long swapLong(long x); // form 4int64 swapInt64(int64 x); // form 5qword swapQWord(qword x); // form 6