My Project
MMAL_PARAMETER_HEADER_T Struct Reference

#include <mmal_parameters_common.h>

Public Attributes

uint32_t id
 
uint32_t size
 

Detailed Description

Parameter header type. All parameter structures need to begin with this type. The id field must be set to a parameter ID, such as one of those listed on the Pre-defined MMAL parameter IDs page.

Definition at line 86 of file mmal_parameters_common.h.

Member Data Documentation

◆ id

uint32_t MMAL_PARAMETER_HEADER_T::id

Parameter ID.

Definition at line 88 of file mmal_parameters_common.h.

◆ size

uint32_t MMAL_PARAMETER_HEADER_T::size

Size in bytes of the parameter (including the header)

Definition at line 89 of file mmal_parameters_common.h.


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