DoIP_RemoveLocalIPaddress
Valid for: CANoe DE Note- If called in a tester node, an error is returned.
- The IP address given must be available in the node’s IP context, i.e. it must be configured for the simulation node at the CANoe Ethernet network, or the address must be assigned to a Windows adapter if the operating system stack is active.
- When an address is added after initial announcement phase has passed, no automatic vehicle announcement messages are sent.
Function Syntax
long DoIP_RemoveLocalIPaddress(char ipAddress[]);
Description
Removes an IP address the vehicle will no longer listen at.Parameters
- ipAddress: Textual representation of the numeric IP address, e.g. 192.168.123.45 for an IPv4 address, or 2001::7654 for an IPv6 address.
Return Values
- 0: OK
- < 0: Error
- Others: reserved