Search | Google it | Results 1 - 1 of 1 for funcall:ReadDA9052 (0.00 seconds) |
195: /* obtain status */ 196: if ((sts = ReadDA9052(6)) < 0 || 197: (xmsb = ReadDA9052(107)) < 0 || 198: (ymsb = ReadDA9052(108)) < 0 || 199: (xylsb = ReadDA9052(109)) < 0) return E_IO; 200: