refresh core x NcThermo

This commit is contained in:
Samuele Locatelli
2020-05-19 20:11:25 +02:00
parent 56d7a4e592
commit ecd6f52267
2 changed files with 47 additions and 27 deletions
+4 -1
View File
@@ -215,7 +215,10 @@ namespace CMS_CORE_Library.Models
{
public readonly MEMORY_TYPE MemType;
public readonly int Address;
public readonly int SubAddress; // Only for Siemens
public readonly int SubAddress;
/// <summary>
/// Memory size (in byte)
/// </summary>
public readonly int Size;
public MEMORY_CELL(MEMORY_TYPE MType, int Addr, int SubAddr, int Sz)