FDXSetByteOrder
Syntax
long FDXSetByteOrder(long fdxClientHandle, long byteOrder);
Function
This function configures the byte order of the FDX protocol that should be used for the communication with the specified client. The default is Little Endian.
Parameters
fdxClientHandle FDX client for which the byte order should be set.
byteOrder
- 1: Little Endian
- 2: Big Endian
Return Values
0: Successful function call
-1: The parameterfdxClientHandleis invalid.
-1: The parameterbyteOrderis invalid.
Coupling of two CANoe Instances using the FDX Protocol