refresh core x NcThermo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user