コード例 #1
0
        public AxLEProcessor(IAxLEDevice device)
        {
            _device = device;

            Processing   = false;
            _commandList = new ConcurrentQueue <IAxLECommand>();
        }
コード例 #2
0
 public AxLEv2_6(IAxLEDevice device, string serial) : base(device, serial)
 {
 }