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.

SomeIpGetSecurityValidationState

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long SomeIpGetSecurityValidationState ( dword messageHandle );

Description

This function returns the Security-Validation-State of a received SOME/IP message.

Parameters

  • messageHandle
    Handle of a received SOME/IP message (e.g. see OnSomeIpMessage)

Return Values

  • -1
    Message is invalid
  • 0
    Message is not secured
  • 1
    Message is valid
  • >1
    Error code

Example