Fill an in6_addr with this address's IPv6 value.
Synopsis
Declared in <netaddress.h>
bool
GetIn6Addr(in6_addr* pipv6Addr) const;
Return Value
True when the value was written.
Parameters
Name |
Description |
pipv6Addr |
Destination in6_addr to populate with the IPv6 value. |
Created with MrDocs