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:
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