Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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: