Skip to main content

OnAvbConnect

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void OnAvbConnect(dword talkerHandle, dword result);

Description

This callback is dispatched when an asynchronous connection operation completes.

Parameters

  • talkerHandle: The Talker handle.
  • result: The specific result code of the operation. If the operation completed successfully the value is zero. Otherwise the value is non-zero.

Return Values

Example

See Also