Skip to main content

AfdxGetDBAttrValue

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

double AfdxGetDBAttrValue( long msgID, char attrName[] );

Description

Retrieves the value of a specific attribute of a dedicated message if the attribute is not of type string.

Parameters

  • msgID: Unique message ID as defined in the DBC, for which the attribute should be retrieved.
  • attrName: Name of the message attribute.

Return Values

Example