Board functions, Al_getboardhardwareid – Measurement Computing ADLIB WIN User Manual

Page 41

Advertising
background image

Chapter 10 Board Functions

10-1

10. BOARD FUNCTIONS

The Board Functions are used to retrieve information stored within the hardware, from the configuration
files and drivers in use.

10.1 AL_GetBoardHardwareId

Prototype C\C++

BOARDHWID

AL_GetBoardHardwareId(BRDID

brdid);


Visual Basic for Windows

Function

AL_GetBoardHardwareId(ByVal

brdid As Long) As Double

BRDID brdid

ID number of the board


The AL_GetBoardHardwareId function retrieves the board's hardware register ID number.

Parameter

Description

brdid

Specifies the ID number of the board from which the hardware ID is to be

retrieved.

Returns:
On success BOARDHWID contains the board's hardware register ID number, otherwise BOARDHWID
contains the negative error code that occurred during the call.

Related Functions:
NONE

Program References:
NONE

Supported Boards:
All

Advertising