Zephyr Project API  3.4.0
A Scalable Open Source RTOS
tftp_evt_param Union Reference

Defines event parameters notified along with asynchronous events to the application. More...

#include <tftp.h>

Data Fields

struct tftp_data_param data
 
struct tftp_error_param error
 

Detailed Description

Defines event parameters notified along with asynchronous events to the application.

Field Documentation

◆ data

struct tftp_data_param tftp_evt_param::data

Parameters accompanying TFTP_EVT_DATA event.

◆ error

struct tftp_error_param tftp_evt_param::error

Parameters accompanying TFTP_EVT_ERROR event.


The documentation for this union was generated from the following file: