Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
tftp_data_param Struct Reference

Parameters for data event. More...

#include <tftp.h>

Data Fields

uint8_tdata_ptr
 Pointer to binary data.
uint32_t len
 Length of binary data.

Detailed Description

Parameters for data event.

Field Documentation

◆ data_ptr

uint8_t* tftp_data_param::data_ptr

Pointer to binary data.

◆ len

uint32_t tftp_data_param::len

Length of binary data.


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