Ejemplo n.º 1
0
        public void WaitOnEvent(VisaEvents eventType, int timeout)
        {
            int outeventtype    = 0;
            int outeventcontext = 0;

            CheckStatus(AgVisa32.viWaitOnEvent(mSession,
                                               (int)eventType,
                                               timeout,
                                               ref outeventtype,
                                               ref outeventcontext));
        }