iPXE
Data Fields
png_chunk_header Struct Reference

A PNG chunk header. More...

#include <png.h>

Data Fields

uint32_t len
 Length of the chunk (excluding header and footer) More...
 
uint32_t type
 Chunk type. More...
 

Detailed Description

A PNG chunk header.

Definition at line 26 of file png.h.

Field Documentation

◆ len

uint32_t png_chunk_header::len

Length of the chunk (excluding header and footer)

Definition at line 28 of file png.h.

◆ type

uint32_t png_chunk_header::type

Chunk type.

Definition at line 30 of file png.h.


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