7.9.8.26. GEL_GetStringTargetDbPropertyΒΆ
Return the value of a string driver/device property
Format
GEL_GetStringTargetDbProperty( propertyName **);**
Parameters
propertyName specifies the property name
Description
Return the value of the property
Synchronous
Synchronous from GEL: Yes
Completely synchronous: Yes
Example
int bHaltOnConnect = GEL_GetBoolTargetDbProperty("haltOnConnectByDefault"); string defConn = GEL_GetStringTargetDbProperty("DefaultConnection"); int numIntrs = GEL_GetNumericTargetDbProperty("Number of Interrupt Supported");
Related Topics