|
@@ -414,7 +414,7 @@ using DecodeCB = void (CALLBACK*)(long nPort, char * pBuf, long nSize, FRAME_INF
|
|
using DecodeCB = void (CALLBACK*)(long nPort, char * pBuf, long nSize, FRAME_INFO * pFrameInfo, void* nUser,void* nReserved2);
|
|
using DecodeCB = void (CALLBACK*)(long nPort, char * pBuf, long nSize, FRAME_INFO * pFrameInfo, void* nUser,void* nReserved2);
|
|
-using DecodeCB = void (CALLBACK* DecCBFun)(int nPort, char * pBuf, int nSize, FRAME_INFO * pFrameInfo, void* nUser, int nReserved2);
|
|
|
|
|
|
+using DecodeCB = void (CALLBACK*)(int nPort, char * pBuf, int nSize, FRAME_INFO * pFrameInfo, void* nUser, int nReserved2);
|