DoIP_ForceLocalTCPSendPort
Valid for: CANoe DE Note- This value can also be configured in the DoIP.INI file.
- DoIP_ForceLocalUDPSendPort
Function Syntax
Description
Forces local TCP send port to a specific value. According to ISO13400, the local send port for outgoing TCP connections should be dynamically selected. This function allows forcing the local TCP send port to a specific value, typically to 13400 to indicate DoIP. Note that specifying a well-known or system port (1..1023) might not work on most systems.Parameters
-
forcedPort
- 0: use a dynamically assigned value (default)
- 1..65535: send from this local TCP port
- other: reserved
Return Values
- 0: success
- -10: invalid parameter
- Others: reserved