version 6.5
OC GET DRIVER DESC (descTabName; attTabName; attValTabName)
| Parameter | Type | Description | |
| descTabName | String | Array containing the driver description | |
| attTabName | String | Array containing the attribute names | |
| attValTabName | String | Array containing the values of the attributes |
Description
The OC GET DRIVER DESC command queries the driver manager to obtain, for each installed driver, the driver description, the attribute names and the value of each attribute.
dDescTabName is the name of the array that will receive the driver description.
attTabName is the name of the array that will receive the attribute names.
attValTabName is the name of the array that will receive the values of each attribute.
Note: This command does not need to be proceeded in a valid login.
Example
ARRAY STRING(15;aDescTabName;0)
ARRAY STRING(15;aAttTabName;0)
ARRAY STRING(15;aAttValTabName;0)
OC GET DRIVER DESC("aDescTabName";"aAttTabName";"aAttValTabName")