标签: c
我是C编程的新手,我试图理解以下代码:
typedef eMBErrorCode( *peMBFrameSend ) ( UCHAR slaveAddress, const UCHAR * pucFrame, USHORT usLength );
谁能解释一下这段代码是如何工作的?