Esempio n. 1
0
 public MemRegister getFamilyRegister(Mtu mtu, string regsiter_name)
 {
     try
     {
         return(getFamilyRegister(InterfaceAux.GetmemoryMapTypeByMtuId(mtu), regsiter_name));
     }
     catch (Exception e)
     {
         return(null);
     }
 }
Esempio n. 2
0
 public int GetmemoryMapSizeByMtuId(Mtu mtu)
 {
     return(InterfaceAux.GetmemoryMapSizeByMtuId(mtu));
 }
Esempio n. 3
0
 public string GetMemoryMapTypeByMtuId(Mtu mtu)
 {
     return(InterfaceAux.GetmemoryMapTypeByMtuId(mtu));
 }