I am new to C programming, I am trying to understand the following code:
typedef eMBErrorCode( *peMBFrameSend ) ( UCHAR slaveAddress,
const UCHAR * pucFrame,
USHORT usLength );
Could any one explain how does this code works?