\r\n

51Degrees Device Detection C/C++  4.5

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

fiftyoneDegreesStoredBinaryValue Union Reference

Detailed Description

"Packed" value that can be present inside "strings" of dataset.

Examples
/home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/storedBinaryValue.h.

Collaboration diagram for fiftyoneDegreesStoredBinaryValue:

[legend]

Data Fields

fiftyoneDegreesString  stringValue
String value (ASCII or UTF-8)
fiftyoneDegreesVarLengthByteArray  byteArrayValue
Byte array value (e.g. More...
fiftyoneDegreesFloat  floatValue
single precision floating point value
int32_t  intValue
Integer value.
int16_t  shortValue
Short value. More...
byte  byteValue
Single byte value. More...

Field Documentation

◆ byteValue

byte fiftyoneDegreesStoredBinaryValue::byteValue

Single byte value.

◆ shortValue

int16_t fiftyoneDegreesStoredBinaryValue::shortValue

Short value.

Potentially half(-precision float).


The documentation for this union was generated from the following file:
  • /home/runner/work/device-detection-cxx/device-detection-cxx/common/device-detection-cxx/src/common-cxx/storedBinaryValue.h
On This Page