A.2.10 controller_getmanufacturer, A.2.10, Controller_getmanufacturer – ADLINK PXIe-3975 User Manual

Page 62

Advertising
background image

50

PXI Trigger I/O Function Reference

hwRevBufSize

Size of the hwRevBuf, in bytes

Return Code

ERR_NoError
ERR_InvalidParameterValue

A.2.10 CONTROLLER_GetManufacturer

Description

Ascertains the hardware manufacturer

Supported Controllers

PXIe-3975

Syntax

C/C++

I16 CONTROLLER_GetManufacturer( char* Buf, U32
Bufsize )

Visual Basic

CONTROLLER_GetManufacturer (Buf As String,
Bufsize As Long) As Integer

Parameters

Buf

Character buffer of size declared by the caller of size Buf-
Size, returns a null-terminated string representation of the
hardware manufacturer

BufSize

Size of the Buf, in bytes

Return Code

ERR_NoError
ERR_InvalidParameterValue

Advertising