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