Esempio n. 1
0
 public bool IsNegativeSwitcher(Axes ax)
 {
     return(XemoDLL.MB_IoGet((short)ax, 0, 0, XemoConst.InPolarity) != 0);
 }
Esempio n. 2
0
 public bool IsReferenceSwitcher(Axes ax)
 {
     return(XemoDLL.MB_IoGet((short)ax, 0, 2, XemoConst.InPolarity) != 0);
 }