VtmLoader_UserCode.h 1.1 KB

12345678910111213141516171819202122
  1. const int VtmLoader_UserCode_NetCard_OK = 0x10f00201;
  2. const int VtmLoader_UserCode_NetCard_UnAvaible = 0x10f00202;
  3. const int WARN_SendEndpoint_URL_ERR = 0x10f00203;
  4. const int WARN_SendEndpoint_LOG_INFO = 0x10f00204;
  5. const int VtmLoader_BootInfoPrint = 0x10f00205;
  6. const int VtmLoader_NetCard_Cost = 0x10f00206;
  7. const int VtmLoader_NetworkDetect_Cost = 0x10f00207;
  8. const int VtmLoader_GetConfig_Cost = 0x10f00208;
  9. const int VtmLoader_EntityLoad_Cost = 0x10f00209;
  10. const int VtmLoader_FailToStartEntity = 0x10f0020a;
  11. const int VtmLoader_FailToConnectEntity = 0x10f0020b;
  12. const int VtmLoader_EntityNotInNormal = 0x10f0020c;
  13. const int VtmLoader_FailToGetEntityInfo = 0x10f0020d;
  14. const int VtmLoader_FailToTermEntity = 0x10f0020e;
  15. const int VtmLoader_EntityLoad_Failed = 0x10f0020f;
  16. const int VtmLoader_ConnectDetect_Failed = 0x10f00210;
  17. const int VtmLoader_ConnectDetect_Slow = 0x10f00211;
  18. const int VtmLoader_DETECT_VERSION_ERR = 0x10f00212;
  19. const int VtmLoader_GetConfig_InitCfgUrl_Failed = 0x10f00213;
  20. const int VtmLoader_GetConfig_UpdateToken_Failed = 0x10f00214;
  21. const int VtmLoader_GetConfig_UpdateCfg_Failed = 0x10f00215;
  22. const int VtmLoader_CoreBootCfg_Err = 0x10f00216;