8144_close – ADLINK PCI-8144 User Manual

Page 84

Advertising
background image

74

Function Library

_8144_close

Devices close

Description:

This function is used to close all PCI-8144 cards in the system
and release its’ resources, which must be called at the end of
your applications.

Syntax:

I16 _8144_close()

B_8144_close() As Integer

Parameters:

Return Values:

ERR_NoError : Success.

Example:

I16 ret; // return value

I32 CardIdInBit;

I16 ManualId = 0; //By system assigned

ret = _8144_initial( &CardIdInBit, ManualId );

…// Your applications

ret = _8144_close(); //Close all PCI-8144 cards

in the system

See also:

_8144_initial();

Advertising