Skip to main content
Open topic with navigation CAPL Functions » GPIB » GPIBDevChangeSecAddr

GPIBDevChangeSecAddr

Valid for: CANoe DE

Function Syntax

long GPIBDevChangeSecAddr (long deviceDescriptor, long newAddr);

Description

Changes the secondary address of a device.

Parameters

  • deviceDescriptor: Device ID
  • newAddr: New secondary address

Return Values

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

Example