7#ifndef _EMT_API_STRUCT_COMMON_H_ 
    8#define _EMT_API_STRUCT_COMMON_H_ 
   10#if defined(_MSC_VER) && _MSC_VER<1600 
   11typedef signed char        int8_t;
 
   14typedef long long          int64_t;
 
   15typedef unsigned char      uint8_t;
 
   16typedef unsigned short     uint16_t;
 
   17typedef unsigned int       uint32_t;
 
   18typedef unsigned long long uint64_t;
 
#define EMT_ERR_MSG_LEN
错误信息的字符串长度
Definition emt_api_data_type.h:14
 
响应信息
Definition emt_api_struct_common.h:29
 
int32_t error_id
错误代码
Definition emt_api_struct_common.h:31
 
EMTRI()
Definition emt_api_struct_common.h:35
 
char error_msg[EMT_ERR_MSG_LEN]
错误信息
Definition emt_api_struct_common.h:33