3 system & initialization, System & initialization – ADLINK PCI-8158 User Manual

Page 133

Advertising
background image

Function Library

123

6.3 System & Initialization

@ Name

_8158_initial – Card initialization

_8158_close – Card close

_8158_get_version – Check hardware and software version

information

_8158_set_security_key – Set the security password

_8158_check_security_key – Check the security password

_8158_reset_security_key – Rest the security password to

default

_8158_config_from_file Config – PCI-8158 setting from file

@ Description

_8158_initial:

This function is used to initialize an 8158 card and assign hard-
ware resources. All 8158 cards must be initialized by this func-
tion before calling other functions in your applications. By
setting the parameter “Manual_ID”, user can choose the type
that the card’s ID is assigned manually or automatically.

_8158_close:

This function is used to close 8158 card and release its
resources, which should be called at the end of your applica-
tions.

_8158_get_version:

Lets users read back the firmware’s, driver’s and DLL’s version
information.

_8158_set_security_key:

This function is used to set a security code to the PCI card.

See also: _8158_check_security_key,
_8158_reset_security_key

_8158_check_security_key:

Advertising