\r\n

51Degrees Device Detection C/C++  4.4

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

fiftyoneDegreesMemoryReader Struct Reference

Detailed Description

Used to read data from memory in a similar manner to a file handle.

Examples
Hash/ReloadFromMemory.c, and Hash/ReloadFromMemory.cpp.

Data Fields

byte *  startByte
The first byte in memory.
byte *  current
The current byte being read from.
byte *  lastByte
The maximum byte that can be read from.
long  length
Length of the file in bytes.

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