21 card id (pxi-8164 only) – ADLINK PCI-8164 User Manual

Page 273

Advertising
background image

Function Library

261

6.21 Card ID (PXI-8164 Only)

@ Name

_8164_enable_card_id – Enable card ID’s function

_8164_check_card – Check if this Card ID exist

@ Description

_8164_enable_card_id():
Makes the card ID settings valid. This line must be placed before
_8164_initial() function

_8164_check_card():
Checks if the card ID exists. You can use this function to search all
the cards in the 0 - 11 range.

@ Syntax

C/C++ (DOS, Windows 95/NT/2K/XP)

void _8164_enable_card_id(void);
I16 _8164_check_card(I16 CardNo);

Visual Basic (Windows 95/NT/2K/XP)

B_8164_enable_card_id ()
B_8164_check_card (ByVal CardNo As Integer) As

Integer

@ Argument

CardNo: Designated card number

@ Return Value

ERR_NoError

_8164_check_card():

Z

TRUE means card ID exist

Z

FALSE means card ID not exist

Advertising