|
|
@@ -119,18 +119,6 @@ namespace MES_Interface
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
- public bool CheckStepAttribute(string iCaller, string iSourceCode, out string oErrorMessage)
|
|
|
- {
|
|
|
- oErrorMessage = "";
|
|
|
- string[] param = new string[] { iCaller, iSourceCode, oErrorMessage };
|
|
|
- dh.CallProcedure("CS_CHECKSTEPATTRIBUTE", ref param);
|
|
|
- oErrorMessage = param[2];
|
|
|
- if (oErrorMessage == "" || oErrorMessage == null || oErrorMessage == "null")
|
|
|
- return true;
|
|
|
- else
|
|
|
- return false;
|
|
|
- }
|
|
|
-
|
|
|
/// <summary>
|
|
|
/// 分配Mac地址和BT地址
|
|
|
/// </summary>
|