\r\n

51Degrees Device Detection C/C++  4.4

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

fiftyoneDegreesProfileOffset Struct Reference

Detailed Description

Structure containing the unique id of the profile, and the offset needed to retrieve the actual profile structure from a profiles collection.

This takes up less space than the full profile and are of a fixed size, so can be passed around and iterated over more easily.

Data Fields

const uint32_t  profileId
The unique Id of the profile.
const uint32_t  offset
Offset to the profile in the profiles structure.

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