\r\n

51Degrees Device Detection C/C++  4.4

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

Device Detection Config

Detailed Description

Configuration for building device detection data sets.

Introduction

Configuration structure extending fiftyoneDegreesConfigBase type with options specific to device detection. This adds configuration options around how a User-Agent is handled.

For further info see FiftyOneDegreesConfig

Collaboration diagram for Device Detection Config:

Structs

struct  fiftyoneDegreesConfigDeviceDetection
Device detection configuration structure containing device detection specific configuration options, and options that apply to structures and methods in device detection libraries. More...

Macros

#define  FIFTYONE_DEGREES_CONFIG_DEVICE_DETECTION_UPDATE_DEFAULT   true
#define  FIFTYONE_DEGREES_CONFIG_DEVICE_DETECTION_DEFAULT_UNMATCHED   false
Default value for allow unmatched used in the default configuration. More...
#define  FIFTYONE_DEGREES_CONFIG_DEVICE_DETECTION_UPDATE   FIFTYONE_DEGREES_CONFIG_DEVICE_DETECTION_UPDATE_DEFAULT
Update matched User-Agent setting used in the default configuration macro FIFTYONE_DEGREES_DEVICE_DETECTION_CONFIG_DEFAULT.
#define  FIFTYONE_DEGREES_DEVICE_DETECTION_CONFIG_DEFAULT
Default value for the fiftyoneDegreesConfigDeviceDetection structure. More...

Macro Definition Documentation

◆ FIFTYONE_DEGREES_CONFIG_DEVICE_DETECTION_DEFAULT_UNMATCHED

#define FIFTYONE_DEGREES_CONFIG_DEVICE_DETECTION_DEFAULT_UNMATCHED   false

Default value for allow unmatched used in the default configuration.

◆ FIFTYONE_DEGREES_DEVICE_DETECTION_CONFIG_DEFAULT

#define FIFTYONE_DEGREES_DEVICE_DETECTION_CONFIG_DEFAULT
Value:
FIFTYONE_DEGREES_CONFIG_DEVICE_DETECTION_UPDATE, \
500, /* Default to 500 characters for the matched User-Agent */ \
FIFTYONE_DEGREES_CONFIG_DEVICE_DETECTION_DEFAULT_UNMATCHED
#define FIFTYONE_DEGREES_CONFIG_DEFAULT
Default value for the fiftyoneDegreesConfigBase structure.
Definition: config.h:95

Default value for the fiftyoneDegreesConfigDeviceDetection structure.

On This Page