Iso11783IL_KillTp
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
Kills (silently closes) the current transport protocol (BAM, RTS/CTS) connection that matches the given protocol, source address, and destination address. The source address specifies the originator (the node sending RTS or BAM) and the destination address specifies the receiver (the node sending CTS, or 255 for BAM) of a connection. If the connection was not found, an error will be returned. The connection and all its data will be deleted. If a connection was only frozen, another connection will be accepted only if the frozen connection was killed.Parameters
- node: Simulation node to apply the function.
- protocol:
- 1: BAM
- 2: RTS/CTS
- 3: Fast Packet (not supported)
- 4: ETP (ISO11783 Interaction Layer)
- 5: FD TP BAM (not supported)
- 6: FD TP RTS/CTS (not supported)
- sa: 0-255
- da: 0-255
Return Values
- 0: OK
- 0x050008: Connection not found