1234567891011121314151617181920212223242526272829303132 |
- const int VtmLoader_UserCode_NetCard_OK = 0x10f00201;
- const int VtmLoader_UserCode_NetCard_UnAvaible = 0x10f00202;
- const int WARN_SendEndpoint_URL_ERR = 0x10f00203;
- const int WARN_SendEndpoint_LOG_INFO = 0x10f00204;
- const int VtmLoader_BootInfoPrint = 0x10f00205;
- const int VtmLoader_NetCard_Cost = 0x10f00206;
- const int VtmLoader_NetworkDetect_Cost = 0x10f00207;
- const int VtmLoader_GetConfig_Cost = 0x10f00208;
- const int VtmLoader_EntityLoad_Cost = 0x10f00209;
- const int VtmLoader_FailToStartEntity = 0x10f0020a;
- const int VtmLoader_FailToConnectEntity = 0x10f0020b;
- const int VtmLoader_EntityNotInNormal = 0x10f0020c;
- const int VtmLoader_FailToGetEntityInfo = 0x10f0020d;
- const int VtmLoader_FailToTermEntity = 0x10f0020e;
- const int VtmLoader_EntityLoad_Failed = 0x10f0020f;
- const int VtmLoader_ConnectDetect_Failed = 0x10f00210;
- const int VtmLoader_ConnectDetect_Slow = 0x10f00211;
- const int VtmLoader_DETECT_VERSION_ERR = 0x10f00212;
- const int VtmLoader_GetConfig_InitCfgUrl_Failed = 0x10f00213;
- const int VtmLoader_GetConfig_UpdateToken_Failed = 0x10f00214;
- const int VtmLoader_GetConfig_UpdateCfg_Failed = 0x10f00215;
- const int VtmLoader_CoreBootCfg_Err = 0x10f00216;
- const int VtmLoader_CheckVideoCfgFail = 0x10f00217;
- const int VtmLoader_CheckAudio_CfgEmpty = 0x10f00218;
- const int VtmLoader_CheckAudio_CfgBothError = 0x10f00219;
- const int VtmLoader_CheckAudio_CfgPickupError = 0x10f0021a;
- const int VtmLoader_CheckAudio_CfgHandFreeError = 0x10f0021b;
- const int VtmLoader_SIPPhoneEntityLoad_Cost = 0x10f0021c;
- const int VtmLoader_DepDirCopyFailed = 0x10f0021d;
- const int VtmLoader_DepDirCopySuc = 0x10f0021e;
- const int VtmLoader_InfoAboutBootCost = 0x10f0021f;
- const int VtmLoader_CenterSettingConnectFailed = 0x10f00220;
|