Driver Function reference tells on page 261:
RX_EDD_FRAME_BUF_T* ReceiveCallback( RX_EDD_FRAME_BUF_T* ptBuf,
UINT32 ulPortNo, VOID* pvUserData)
but AP_edd.h tells:
typedef RX_EDD_FRAME_BUF_T FAR* (FAR* RX_EDD_CALLBACK_RECV_BUF)(RX_EDD_FRAME_BUF_T FAR* ptBuf, VOID FAR* pvUserData);
Means no port no.
So is this an issue in documentation or do I use a wrong header file?
Martin
M T
Hilscher Gesellschaft für Systemautomation mbH
Seems like the Documentation is wrong.
The Header file shows the correct prototype.
The Portnumber is given in the frame buffer info anyway.
I will send this info the the responsible documentation dept.
Regards
MT