ENUt
Public Member Functions

nut::IPv6Address Class Reference

An IPv6 address. More...

#include <ipv6address.h>

Inheritance diagram for nut::IPv6Address:
Inheritance graph
[legend]
Collaboration diagram for nut::IPv6Address:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 IPv6Address (in6_addr ip)
 Creates an instance based on ip.
 IPv6Address (const uint8_t ip[16])
 Creates an instance based on the sixteen bytes in ip.
in6_addr getAddress () const
 Returns the address in the form of an in6_addr instance.

Detailed Description


Constructor & Destructor Documentation

nut::IPv6Address::IPv6Address ( in6_addr  ip) [inline]
nut::IPv6Address::IPv6Address ( const uint8_t  ip[16]) [inline]

Member Function Documentation

in6_addr nut::IPv6Address::getAddress ( ) const [inline]

The documentation for this class was generated from the following file: