Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
SomeIpGetProtocol
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This function returns the protocol (UDP/TCP) the SOME/IP message was transmitted with.Parameters
- messageHandle: Handle of the received SOME/IP message. Note: This function can only be called within the OnSomeIpMessage callback function.
Return Values
- Protocol:
- 0: An error occurred. The error can be evaluated using the SomeIpGetLastError function.
- 6: TCP
- 17: UDP