Skip to main content

GPIBDevOnline

Valid for: CANoe DE

Function Syntax

long GPIBDevOnline (long deviceDescriptor, long mode);

Description

Activates/deactivates the device.

Parameters

  • deviceDescriptor: Device ID
  • mode:
    • 1: online
    • 0: offline

Return Values

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

Example