Exemplo n.º 1
0
        public Object[] RequestCalibrationStart(int pointcount)
        {
            CalibrationStartRequest csr = new CalibrationStartRequest(pointcount);

            Request(csr);

            return(csr.AsyncLock);
        }
Exemplo n.º 2
0
        public Object[] RequestCalibrationStart(int pointcount)
        {
            CalibrationStartRequest csr = new CalibrationStartRequest(pointcount);

            Request(csr);

            return csr.AsyncLock;
        }