//解析数据函数指针
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 pParseData );
int SendAndParseDataEx( HOBJECT hObj , int nPackCount , ParseDataPFunEx pParseData , byte* pInfoBuf , int nInfoBufSize);

相关文章:

  • 2021-07-15
  • 2021-12-30
  • 2021-12-05
  • 2021-04-19
  • 2021-08-12
  • 2021-05-10
  • 2021-07-13
猜你喜欢
  • 2021-12-05
  • 2021-12-09
  • 2022-12-23
  • 2021-04-22
  • 2022-02-24
  • 2021-10-27
  • 2022-12-23
相关资源
相似解决方案