I feel sure I should have spotted this in the docs or on e2e but have thus far failed.
1. In the SimpleLink CC31xx/CC32xx Host Driver APIs for 'Socket' what are the 'slNetlfWiFi_' calls (32bit?). Should I be using these. My platforms are CC3220 and CC3235.
2. For sl_SendTo() there is the following possible returned error: 'In case of transmission failure an async event SL_SOCKET_TX_FAILED_EVENT is going to be received.'
As UDP is connectionless then I'm assuming its not a reported error from the destination, rather an internal failure to send. What would the possible reasons be ?
Thks & rgds,
Stuart