Infineon.EAF.Runtime v2.60.0

This commit is contained in:
2025-06-16 11:21:25 -07:00
parent 4c31d530b0
commit 54d9c3f714
27 changed files with 2300 additions and 1634 deletions

View File

@ -6,6 +6,6 @@ public interface IDescription
int Test { get; }
int Count { get; }
int Index { get; }
string Lot { get; }
string RDS { get; }
}