\r\n

51Degrees Device Detection C/C++  4.5

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

fiftyoneDegreesResultsDeviceDetection Struct Reference

Detailed Description

Device detection specific results structure which any device detection processing results should extend.

This adds an array of value overrides to the base results.

Collaboration diagram for fiftyoneDegreesResultsDeviceDetection:

[legend]

Data Fields

fiftyoneDegreesResultsBase  b
Base results.
fiftyoneDegreesOverrideValueArray *  overrides
Any value overrides in the results.
char *  bufferPseudo
Working memory used for pseudo headers.
int  bufferPseudoLength
Number of bytes in bufferPseudo.
char *  bufferTransform
Working memory used to transform evidence.
int  bufferTransformLength
Number of bytes in bufferTransform.

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