Ejemplo n.º 1
0
 //get mac wlan
 private bool _item_get_mac_wlan(Common.Dut.IPCamera <TestingInformation> camera_indoor)
 {
     stationVariable.myTesting.logSystem += "\n+++++++++++++++++++++++++++++++++++++++\n";
     stationVariable.myTesting.logSystem += "ĐỌC ĐỊA CHỈ MAC WLAN\n";
     stationVariable.myTesting.macWlan    = camera_indoor.getMacWlan();
     stationVariable.myTesting.logSystem += string.Format("...Kết quả: {0}\n", stationVariable.myTesting.macWlan);
     return(true);
 }