\r\n

51Degrees Device Detection C/C++  4.4

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

fiftyoneDegreesComponent Struct Reference

Detailed Description

A component of a data set.

For example a hardware component contains profiles relating to the hardware properties of a device.

Collaboration diagram for fiftyoneDegreesComponent:

[legend]

Data Fields

const byte  componentId
The unique Id of the component. More...
const int32_t  nameOffset
Offset in the strings data structure to the name.
const int32_t  defaultProfileOffset
Offset in the profiles data structure to the default profile.
const uint16_t  keyValuesCount
The number of key value pairs at firstKeyValuePair.
const fiftyoneDegreesComponentKeyValuePair  firstKeyValuePair
The first key value pair.

Field Documentation

◆ componentId

const byte fiftyoneDegreesComponent::componentId

The unique Id of the component.


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