7.9.8.80. GEL_SetStringDebugPropertyΒΆ

Set the value of a boolean debug property

Format

GEL_SetStringDebugProperty( propertyName **, ** value );

Parameters

propertyName specifies the property name

value specifies the value

Description

Synchronous

Synchronous from GEL: Yes

Completely synchronous: Yes

Example

int autoResetOnConnect = GEL_GetBoolDebugProperty("AutoResetOnConnect");
string flashFiles = GEL_GetStringDebugProperty("FlashFiles");
int flashTimeout = GEL_GetNumericDebugProperty("FlashTimeoutValue");

GEL_SetBoolDebugProperty("AutoResetOnConnect", 1);
GEL_SetStringDebugProperty("FlashFiles", "a.out");
GEL_SetNumericDebugProperty("FlashTimeoutValue", 100);

Related Topics

GEL_SetBoolDebugProperty

GEL_SetNumericDebugProperty

GEL_GetBoolDebugProperty

GEL_GetNumericDebugProperty

GEL_GetStringDebugProperty

GEL_GetBoolDriverProperty

GEL_GetNumericDriverProperty

GEL_GetStringDriverProperty

GEL_GetBoolTargetDbProperty

GEL_GetNumericTargetDbProperty

GEL_GetStringTargetDbProperty