My Project
MMAL_PARAMETER_CONFIGFILE_CHUNK_T Struct Reference

#include <mmal_parameters.h>

Public Attributes

MMAL_PARAMETER_HEADER_T hdr
 
uint32_t size
 
uint32_t offset
 
char data [1]
 

Detailed Description

Generic configuration-file chunk data type. Once a config file has been initialised, this parameter can be used to write an arbitrary chunk of the file data (limited by the maximum MMAL message size).

Definition at line 184 of file mmal_parameters.h.

Member Data Documentation

◆ data

char MMAL_PARAMETER_CONFIGFILE_CHUNK_T::data[1]

Chunk data

Definition at line 189 of file mmal_parameters.h.

◆ hdr

MMAL_PARAMETER_HEADER_T MMAL_PARAMETER_CONFIGFILE_CHUNK_T::hdr

Definition at line 185 of file mmal_parameters.h.

◆ offset

uint32_t MMAL_PARAMETER_CONFIGFILE_CHUNK_T::offset

Offset of this chunk in the file

Definition at line 188 of file mmal_parameters.h.

◆ size

uint32_t MMAL_PARAMETER_CONFIGFILE_CHUNK_T::size

Number of bytes being transferred in this chunk

Definition at line 187 of file mmal_parameters.h.


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