3 _6308_initial, Description, Syntax – ADLINK PCM-6308V+ User Manual

Page 41: Arguments, Return code, 6308_initial, Description @ syntax @ arguments @ return code

Advertising
background image

C/C++ Library

31

5.3 _6308_Initial

@ Description

This function is used to initialize the PCI 6308. Every PCI_6308
has to be initialized by this function before calling other functions.

@ Syntax

C/C++ (DOS)

U16 _6308_Initial (U16 *existCards, PCI_INFO

*pciInfo)

C/C++ (Windows 95)

U16 W_6308_Initial (U16 *existCards, PCI_INFO

*pciInfo)

Visual Basic (Windows 95)

W_6308_Initial (existCards As Integer, pciInfo As

PCI_INFO) As Integer

@ Arguments

existCards:number of existing PCI-6308 cards
info: relative information of the PCI-6308 cards

@ Return Code

ERR_NoError
ERR_BoardNoInit
ERR_PCIBiosNotExist

Advertising