nRF5 IoT SDK
v0.9.0
|
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.