7.9.8.22. GEL_GetBoolTargetDbPropertyΒΆ

Return the value of a boolean driver/device property

Format

GEL_GetBoolTargetDbProperty( 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

GEL_GetBoolDriverProperty

GEL_GetNumericDriverProperty

GEL_GetStringDriverProperty

GEL_GetNumericTargetDbProperty

GEL_GetStringTargetDbProperty