unsigned long PIPLX_Init (char *alias, char *storrage, unsigned long access, long *session, unsigned long *cardNumber, unsigned long timeout);
Open an instrument specified by alias. The alias must be defined in resource database created using Pickering resource manager.
Input | ||
Name | Type | Description |
alias | char * |
Alias representing device to open.
|
storrage | char * |
A pointer to file name of resource database created using Pickering resource manager. This name should be fully qualified path to prevent unexpected result. If empty, local resource database is used. |
access | unsigned long |
Define card access type:
|
timeout | unsigned long |
Connection timeout in milliseconds. |
Output | ||
Name | Type | Description |
session | long (passed by reference) |
Handle of current session. |
cardNumber | unsigned long (passed by reference) |
Card number. |
Name | Type | Description |
return | unsigned long |
Zero for success, or non-zero for error code. |
Init and close
Client Bridge for LXI - Base module
Alphabetical Function Index
Hierarchical Function Index