results-dd.h
int matchedUserAgentLength
Number of characters in the matched User-Agent.
Definition: results-dd.h:61
int targetUserAgentLength
Number of characters in the target User-Agent.
Definition: results-dd.h:65
Device detection data set structure which contains the 'must have's for all device detection data set...
Definition: dataset-dd.h:51
void fiftyoneDegreesResultsUserAgentFree(fiftyoneDegreesResultUserAgent *result)
Free the memory allocated in a single result,.
An array of properties and values to use when getting override values.
Definition: overrides.h:108
char * matchedUserAgent
Pointer to the matched User-Agent if requested by setting the updateMatchedUserAgent config option to...
Definition: results-dd.h:53
Device detection specific results structure which any device detection processing results should exte...
Definition: results-dd.h:74
void fiftyoneDegreesResultsUserAgentInit(const fiftyoneDegreesConfigDeviceDetection *config, fiftyoneDegreesResultUserAgent *result)
Initialise a single result using the configuration provided.
void fiftyoneDegreesResultsUserAgentReset(const fiftyoneDegreesConfigDeviceDetection *config, fiftyoneDegreesResultUserAgent *result)
Reset the matched and target User-Agents in the result.
int uniqueHttpHeaderIndex
Index in the headers collection of the data set to the HTTP header field i.e.
Definition: results-dd.h:50
void fiftyoneDegreesResultsDeviceDetectionFree(fiftyoneDegreesResultsDeviceDetection *results)
Free any extra data within the results.
Singular User-Agent result returned by a device detection process method.
Definition: results-dd.h:49
void fiftyoneDegreesResultsDeviceDetectionInit(fiftyoneDegreesResultsDeviceDetection *results, fiftyoneDegreesDataSetDeviceDetection *dataSet, uint32_t overridesCapacity)
Initialise a set of results by setting the data set they are associated with.
const char * targetUserAgent
Pointer to the string containing the User-Agent for processing.
Definition: results-dd.h:63
fiftyoneDegreesOverrideValueArray * overrides
Any value overrides in the results.
Definition: results-dd.h:76
Device detection configuration structure containing device detection specific configuration options,...
Definition: config-dd.h:52
fiftyoneDegreesResultsBase b
Base results.
Definition: results-dd.h:75
Base results structure which any processing results should extend.
Definition: results.h:94