PIPLX_OpenSpecifiedCard

unsigned long PIPLX_OpenSpecifiedCard (long session, unsigned long bus, unsigned long device, unsigned long *cardNumber);

Purpose

Opens the specified Pickering card, clearing all of its outputs. Once a card has been opened, other driver
functions may then be used to access it.
If the card is currently opened by some other program it cannot be accessed and the function returns an error.

Parameters

Input
Name Type Description
session long

Handle of current session.

bus unsigned long

The card's logical bus location.

device unsigned long

The card's logical device location.

Output
Name Type Description
cardNumber unsigned long (passed by reference)

Card number.

Return Value

Name Type Description
return unsigned long

Zero for success, or non-zero for error code.

References

Init and close
Client Bridge for LXI - Base module
Alphabetical Function Index
Hierarchical Function Index