Skip to main content

AREthRemoveField

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

This function removes a field from a Provided Service Instance. The notification callback registered with AREthAddField is no longer called after this function is called. The field notification is no longer sent by the AUTOSAR Eth IL, and the AUTOSAR Eth IL will no longer respond to Field Setter and Field Getter methods.

Parameters

  • pfHandle: Handle of the field that was created by AREthAddField.

Return Values

  • 0: The function was successfully executed.
  • >0: Error code

Example

See Also: AREthAddEvent, AREthAddField, AREthRemoveFieldFromEventgroup