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.

GPIBDevChangePrimAddr

Valid for: CANoe DE

Function Syntax

long GPIBDevChangePrimAddr (long deviceDescriptor, long newAddr);

Description

Changes the primary address of a device.

Parameters

  • deviceDescriptor: Device ID
  • newAddr: New primary address

Return Values

  • Status
  • -1: On error, if no GPIB driver is available

Example