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