7.7.8.22. GEL_GetBoolDriverPropertyΒΆ
Return the value of a boolean driver property
Syntax
GEL_GetBoolDriverProperty( propertyName );
Parameters
propertyName: specifies the property name
Description
Return the value of the property
Synchronous
Synchronous from GEL: Yes
Completely synchronous: Yes
Example
int hasBoardReset = GEL_GetBoolDriverProperty("Use Board Reset");
string deviceId = GEL_GetStringDriverProperty("device.identify");
int traceId = GEL_GetNumericDriverProperty("device.traceId");
Related Topics