\r\n

51Degrees Device Detection C/C++  4.4

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

fiftyoneDegreesComponentKeyValuePair Struct Reference

Detailed Description

Key value pair contained in each component.

This can point to anything. For example, in the Hash device detection API, the key is the unique id of an HTTP header, and the value is the index of the set of root nodes to use.

Data Fields

uint32_t  key
Integer key.
uint32_t  value
Integer value.

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/component.h
On This Page