摘要:
//解析数据函数指针typedef int ( __stdcall *ParseDataPFun)(HOBJECT hObj, const BYTE* pBuffer, int nLength);typedef int ( __stdcall *ParseDataPFunEx)(HOBJECT hObj, const BYTE* pBuffer, int nLength , byte* pInfoBuf , int nInfoBufSize);int SendAndParseData( HOBJECT hObj , int nPackCount , ParseDataPFun pPa... 阅读全文