\r\n

51Degrees Device Detection C/C++  4.4

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

fiftyoneDegreesHeader Struct Reference

Detailed Description

Header structure to identify a header that either comes directly from the data set, or one that forms a pseudo header.

Collaboration diagram for fiftyoneDegreesHeader:

[legend]

Data Fields

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.
fiftyoneDegreesHeaderSegmentArray *  segments
Segments within the name.
bool  isDataSet
True if the header originates from the data set.
fiftyoneDegreesHeaderID  uniqueId

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