Added dressing + presetting Read

This commit is contained in:
Nicola
2021-01-19 16:29:46 +01:00
parent c0422b597d
commit 7c7dd2c1ca
7 changed files with 97 additions and 8 deletions
+1 -1
View File
@@ -4828,7 +4828,7 @@ namespace CMS_CORE_Library.S7Net
return FUNCTION_NOT_ALLOWED_ERROR;
}
public override CmsError TOOLS_RUpdatedToolsData(ref Dictionary<int, byte> updatedStatus, ref Dictionary<int, uint> updatedLives)
public override CmsError TOOLS_RUpdatedToolsData(ref Dictionary<int, byte> updatedStatus, ref Dictionary<int, uint> updatedLives, ref Dictionary<int, ushort> updatedPresetting, ref Dictionary<int, ushort> updatedDressing)
{
return FUNCTION_NOT_ALLOWED_ERROR;
}