\r\n

51Degrees Device Detection C/C++  4.5

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

fiftyoneDegreesCollectionKeyType Struct Reference

Detailed Description

Explains to a collection how to properly extract the requested value.

Data Fields

const fiftyoneDegreesPropertyValueType  valueType
Size of known-length "head" of the item. More...
uint32_t  initialBytesCount
Size of known-length "head" of the item. More...
const fiftyoneDegreesCollectionGetVariableSizeMethod  getFinalSizeMethod
Size of unknown-length "tail" of the item. More...

Field Documentation

◆ initialBytesCount

uint32_t fiftyoneDegreesCollectionKeyType::initialBytesCount

Size of known-length "head" of the item.

◆ valueType

const fiftyoneDegreesPropertyValueType fiftyoneDegreesCollectionKeyType::valueType

Size of known-length "head" of the item.


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