![]() |
nRF5 SDK
v14.2.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
TFTP error event structure. More...
#include <iot_tftp.h>
Data Fields | |
uint32_t | code |
char * | p_msg |
uint32_t | size_transfered |
TFTP error event structure.
uint32_t iot_tftp_evt_err_t::code |
Error code.
char* iot_tftp_evt_err_t::p_msg |
Message describing the reason or NULL if no description is available.
uint32_t iot_tftp_evt_err_t::size_transfered |
In case of an error, variable indicates a number of successfully read or write bytes.