K
kongxt369
Unregistered / Unconfirmed
GUEST, unregistred user!
typedef UINT u32t;
typedef UCHAR u8t;
typedef USHORT u16t;
typedef ULONG u64t;
typedef struct _modem_info_t_
{
u32t m_modemId;
u8t m_phoneno[12];
u64t m_conn_time;
u64t m_refresh_time;
} ModemInfoStruct;
typedef struct _modem_data_t {
u32t m_modemId;
u64t m_recv_time;
u8t m_data_buf[MAX_RECEIVE_BUF+1];
u16t m_data_len;
u8t m_data_type;
}ModemDataStruct
帮忙翻译一下
typedef UCHAR u8t;
typedef USHORT u16t;
typedef ULONG u64t;
typedef struct _modem_info_t_
{
u32t m_modemId;
u8t m_phoneno[12];
u64t m_conn_time;
u64t m_refresh_time;
} ModemInfoStruct;
typedef struct _modem_data_t {
u32t m_modemId;
u64t m_recv_time;
u8t m_data_buf[MAX_RECEIVE_BUF+1];
u16t m_data_len;
u8t m_data_type;
}ModemDataStruct
帮忙翻译一下