Home
last modified time | relevance | path

Searched refs:BuildPortNameHash (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/CatLog/
DSelectPortDialog.cs41 Dictionary<String, String> ports = BuildPortNameHash(SerialPort.GetPortNames()); in SelectPortDialog()
56 public static Dictionary<String, String> BuildPortNameHash(String[] portsToMap) in BuildPortNameHash() method in CatLog.SelectPortDialog
DCatLog.cs66 … Dictionary<String, String> ports = SelectPortDialog.BuildPortNameHash(SerialPort.GetPortNames()); in CatLog()