actionName = writeAttributeLog(catAttribute, String.valueOf(errorStrategyRetryTimeOut));
scanServerProxy.write_attribute(new DeviceAttribute(catAttribute, errorStrategyRetryTimeOut));
// Error strategy.
catAttribute = cat + "ErrorStrategy";
actionName = writeAttributeLog(catAttribute, String.valueOf(errorStrategyType));
scanServerProxy.write_attribute(new DeviceAttribute(catAttribute, errorStrategyType));
}
// Context validation error strategy.
int erreurStrategyValue = errorStrat.getContextValidationStrategy().ordinal();
actionName = writeAttributeLog(CurrentScanDataModel.CONTEXT_VALIDATION_STRATEGY,
String.valueOf(erreurStrategyValue));