| pIPAddressV4[OUT] |
- Current IPv4 address
- default value of 0 if not reported by the device.
|
| pIPAddressV6[OUT] |
- Current IPv6 address
Space for storing the 8 element array of type USHORT for the IPv6 address is allocated by the application.
The IP Address is stored in the user supplied buffer as follows:
User buffer:
[<U0>..<U7>]
IPv6 address from the network:
1234:2A01:....:5678
User buffer contents:
U0 corresponds to 1234
U1 corresponds to 2A01
-- ----------- -- ----
-- ----------- -- ----
U7 corresponds to 5678
|
| pIPv6prefixlen[OUT] |
- IPv6 prefix length in number of bits
|