C里的DWORD,short*,CString转成C#里都分别是什么类型? 5
这是C里的一个类的属性protected:DWORDm_lenRawWave;DWORDm_lenRawWavePerLead;DWORDm_lenComplexWave...
这是C里的一个类的属性
protected:
DWORD m_lenRawWave;
DWORD m_lenRawWavePerLead;
DWORD m_lenComplexWave;
DWORD m_lenComplexWavePerLead;
MEASUREINFO m_measureInfo;
COMPLEXWAVEPOS m_complexWavePos[TOTAL_LEADS];
COMPLEXWAVEINFO m_complexWaveInfo[TOTAL_LEADS];
short * m_pWaveData;
short * m_pComplexWaveData;
CString m_strEcgClassify;
CString m_strEcgResult;
我要转成C#的类,这些分别该改写成什么? 展开
protected:
DWORD m_lenRawWave;
DWORD m_lenRawWavePerLead;
DWORD m_lenComplexWave;
DWORD m_lenComplexWavePerLead;
MEASUREINFO m_measureInfo;
COMPLEXWAVEPOS m_complexWavePos[TOTAL_LEADS];
COMPLEXWAVEINFO m_complexWaveInfo[TOTAL_LEADS];
short * m_pWaveData;
short * m_pComplexWaveData;
CString m_strEcgClassify;
CString m_strEcgResult;
我要转成C#的类,这些分别该改写成什么? 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询