7.9.8.24. GEL_GetNumericTargetDbPropertyΒΆ

Return the value of a numeric driver/device property

Format

GEL_GetNumericTargetDbProperty( 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_GetBoolTargetDbProperty

GEL_GetStringTargetDbProperty