AWS IoT Device SDK C:
Platform
Platform portability layer
|
Return to main page ↑ |
Provide an asynchronous notification of incoming network data.
A function with this signature may be set with IotNetworkInterface_t::setReceiveCallback to be invoked when data is available on the network.
[in] | pConnection | The connection on which data is available, defined by the network stack. |
[in] | pContext | The third argument passed to IotNetworkInterface_t::setReceiveCallback. |