|
|
@@ -1,3 +1,7 @@
|
|
|
+#ifndef _VTMLOADER_USER_ERROR_CODE_H
|
|
|
+#define _VTMLOADER_USER_ERROR_CODE_H
|
|
|
+#pragma once
|
|
|
+
|
|
|
const int VtmLoader_UserCode_NetCard_OK = 0x10f00201;
|
|
|
const int VtmLoader_UserCode_NetCard_UnAvaible = 0x10f00202;
|
|
|
const int WARN_SendEndpoint_URL_ERR = 0x10f00203;
|
|
|
@@ -30,4 +34,8 @@ const int VtmLoader_DepDirCopyFailed = 0x10f0021d;
|
|
|
const int VtmLoader_DepDirCopySuc = 0x10f0021e;
|
|
|
const int VtmLoader_InfoAboutBootCost = 0x10f0021f;
|
|
|
const int VtmLoader_CenterSettingConnectFailed = 0x10f00220;
|
|
|
-const int VtmLoader_CenterSettingUpdateSucceed = 0x10f00221;
|
|
|
+const int VtmLoader_CenterSettingUpdateSucceed = 0x10f00221;
|
|
|
+const int VtmLoader_SetTerminalNo = 0x10f00222;
|
|
|
+const int VtmLoader_SaveTerminalNo = 0x10f00223;
|
|
|
+
|
|
|
+#endif //_VTMLOADER_USER_ERROR_CODE_H
|