Skip to main content

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.

SomeIpGetLength

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword SomeIpGetLength ( dword messageHandle );

Description

This function returns the length in bytes that is in the SOME/IP message header.

Parameters

Return Values

  • Length of the SOME/IP message (without Message ID and length field) In the event of an error, the function returns the value 0. The SomeIpGetLastError function can then be used to check whether the value is valid or an error has occurred.

Example

See Also