\r\n

51Degrees Device Detection C/C++  4.4

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

fiftyoneDegreesEvidenceIpAddress Struct Reference

Detailed Description

IP address structure containing the bytes of a v4 or v6 IP address.

This contains a pointer to a next IP address to enable a linked list to be created.

Collaboration diagram for fiftyoneDegreesEvidenceIpAddress:

[legend]

Data Fields

fiftyoneDegreesEvidenceIpType  type
The type of address (v4 or v6)
byte *  address
The first byte of the address.
byte *  current
When building the address the next byte to update.
fiftyoneDegreesEvidenceIpAddress *  next
Next address in the list or NULL.
byte  bytesPresent
Number of bytes in the original string which are not abbreviated.

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