-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCiiUsbClient.cs
More file actions
26 lines (25 loc) · 678 Bytes
/
CiiUsbClient.cs
File metadata and controls
26 lines (25 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace TAInstruments.CommonInstrumentInterface
{
///// <summary>
///// The real class that implements USB communications
///// with a Mercury instrument.
///// </summary>
//class CiiUsbClient
//{
// //
// // TODO - implement this, maybe someday...
// //
// public CiiUsbClient()
// {
// //
// // Create the appropriate backend and send it to
// // the generic CiiClient handler.
// //
// // BackendManager = new UsbClientBackendManager(this);
// }
//}
}