\r\n

51Degrees Device Detection C/C++  4.4

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

Device Detection Synonyms

Detailed Description

Quick shortenings of device detection specific methods and types.

Introduction

To ensure compatibility with larger projects where naming conflicts could occur this aliases file enables references to 51degrees functions, structures and types to be made without requiring the prefix fiftyoneDegrees to be provided. This is similar to the use of namespaces in languages which support them and leads to code that is shorter and easier to read.

Collaboration diagram for Device Detection Synonyms:

Macros

#define  ResultsUserAgentFree   fiftyoneDegreesResultsUserAgentFree
#define  ResultsUserAgentInit   fiftyoneDegreesResultsUserAgentInit
#define  ResultsUserAgentReset   fiftyoneDegreesResultsUserAgentReset
#define  ResultsDeviceDetectionInit   fiftyoneDegreesResultsDeviceDetectionInit
#define  ResultsDeviceDetectionFree   fiftyoneDegreesResultsDeviceDetectionFree
#define  DataSetDeviceDetectionReset   fiftyoneDegreesDataSetDeviceDetectionReset
#define  DataSetDeviceDetectionFree   fiftyoneDegreesDataSetDeviceDetectionFree
#define  DataSetDeviceDetectionRelease   fiftyoneDegreesDataSetDeviceDetectionRelease
#define  DataSetDeviceDetectionGet   fiftyoneDegreesDataSetDeviceDetectionGet
#define  DataSetDeviceDetectionInitPropertiesAndHeaders   fiftyoneDegreesDataSetDeviceDetectionInitPropertiesAndHeaders

Typedefs

Macro Definition Documentation

Typedef Documentation

On This Page