Skip to main content

AvbSetProtocol

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

dword AvbSetProtocol(dword talkerHandle, dword protocol);

Description

The function sets the AVTP protocol of the Talker.

Parameters

  • talkerHandle: The handle of the Talker.
  • protocol: The AVTP protocol to be set. The currently supported protocols are:
    • 0x02: AAF (AVTP Audio Format)
    • 0x04: CRF (Clock Reference Format)

Return Values

  • 0: The function completed successfully.
  • >0: Error code

Example

See Also