![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
TFTP event structure. More...
#include <iot_tftp.h>
Data Fields | |
iot_tftp_evt_err_t | err |
iot_tftp_evt_data_received_t | data_received |
TFTP event structure.
iot_tftp_evt_data_received_t iot_tftp_evt_param_t::data_received |
Data received event structure. Used only in case of IOT_TFTP_EVT_TRANSFER_DATA_RECEIVED event.
iot_tftp_evt_err_t iot_tftp_evt_param_t::err |
Error event structure. Used only in case of IOT_TFTP_EVT_ERROR error.