2.2.5.1.1 IPV6Address
The IPV6Address structure SHOULD<247> contain an IPv6 Address.
-
typedef struct tagIPV6Address { unsigned char bytes[16]; }IPV6Address;
bytes: This is a 16-byte char array that contains IPv6 address.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The IPV6Address structure SHOULD<247> contain an IPv6 Address.
typedef struct tagIPV6Address { unsigned char bytes[16]; }IPV6Address;
bytes: This is a 16-byte char array that contains IPv6 address.