An IPv6 address.  
More...
#include <ipv6address.h>
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_addrinstance.
 | 
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: