IBASK
Board-Level/Device-Level
Purpose
Return information about software configuration parameters.
Format
C
unsigned long ibask (int ud, int option, int *value)
|
Visual Basic
CALL ibask (ud%, option%, value%)
|
or
status% = ilask (ud%, option%, value%)
|
Input
ud
|
Board or device unit descriptor |
option
|
Selects the configuration item whose value is being requested |
Output
value
|
Current value of the selected configuration item |
Function Return |
The value of Ibsta. |
Description
ibask returns the current value of various configuration parameters for the specified board or device. The current value of the selected configuration item is returned in the integer value. Refer to the table with valid configuration parameter options for ibask.
Possible Errors