IpAddress.hpp
const unsigned char * getIpAddress() const
Get the IP address byte array.
Definition: IpAddress.hpp:80
fiftyoneDegreesEvidenceIpType getType() const
Get the type of the IP address.
Definition: IpAddress.hpp:102
IpAddress()
Construct a default instance with an invalid IP address.
void getCopyOfIpAddress(unsigned char copy[], uint32_t size) const
Returns a copy of the IP address byte array This is used mainly for SWIG so that other language can g...
fiftyoneDegreesEvidenceIpType
Enum indicating the type of IP address.
Definition: ip.h:59
A class which represents an IP address.
Definition: IpAddress.hpp:38
#define FIFTYONE_DEGREES_IPV6_LENGTH
The number of bytes in an Ipv6 Address.
Definition: ip.h:54