コード例 #1
0
ファイル: Equipment.cs プロジェクト: FTCEEP/CGUST
 public ModbusTCP(string sCompanyID, string sEquipmentIDs, int iDBCallTimes, int iEquipmentStateTime)
 {
     gsCompanyID = sCompanyID;
     gsEquipmentIDs = sEquipmentIDs;
     giDBCallTimes = iDBCallTimes;
     giEquipmentStateTime = iEquipmentStateTime;
     wsEEP_Client_WS = new EEP_Client_WS.EEP_Client_WS();
     objMS_SQL = new AdapterLogs.AdapterLogs.MS_SQL();
     objCommon = new Common.Common();
 }
コード例 #2
0
ファイル: Equipment.cs プロジェクト: tomyqg/CGUST
 public ModbusTCP(string sCompanyID, string sEquipmentIDs, int iDBCallTimes, int iEquipmentStateTime)
 {
     gsCompanyID          = sCompanyID;
     gsEquipmentIDs       = sEquipmentIDs;
     giDBCallTimes        = iDBCallTimes;
     giEquipmentStateTime = iEquipmentStateTime;
     wsEEP_Client_WS      = new EEP_Client_WS.EEP_Client_WS();
     objMS_SQL            = new AdapterLogs.AdapterLogs.MS_SQL();
     objCommon            = new Common.Common();
 }