\r\n

51Degrees Device Detection C/C++  4.5

A device detection library that is used natively or by 51Degrees products

fiftyoneDegreesHeader Struct Reference

Detailed Description

Structure for a header known to the corresponding data set.

Forward declaration of the header structure.

Collaboration diagram for fiftyoneDegreesHeader:

[legend]

Data Fields

uint32_t  index
Index of the header in the array of all headers.
const char *  name
Name of the header or pseudo header field as a null terminated string.
size_t  nameLength
Length of the name string excluding the terminating null.
fiftyoneDegreesHeaderID  headerId
Unique id in the data set for this full header.
bool  isDataSet
True if the header originates from the data set and the headerId is valid.
fiftyoneDegreesHeaderPtrs *  pseudoHeaders
Array of pointers to related pseudo headers.
fiftyoneDegreesHeaderPtrs *  segmentHeaders
Array of pointers to raw headers that form this pseudo header.

The documentation for this struct was generated from the following file:
  • /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/headers.h
On This Page