I read in SWRU455 that data packet received with sl_Recv includes an 8 byte proprietary header with information about the packet (rate, channel rssi, time stamp). I'd like to access this information to help debug an application problem.
- Are there any Host Driver API for accessing this data?
- If not, I can just access it directly from the receive buffer but where can I find more information on the data structure format for the 8 byte header?
Thanks