Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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
 Parameters accompanying TFTP_EVT_DATA event.
 
struct tftp_error_param error
 Parameters accompanying TFTP_EVT_ERROR event.
 

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: