WWAN_IP_TYPE enumeration
The WWAN_IP_TYPE enumeration lists the different levels of supported IP.
Syntax
typedef enum _WWAN_IP_TYPE {
WwanIPTypeDefault,
WwanIPTypeIPv4,
WwanIPTypeIPv6,
WwanIPTypeIpv4v6,
WwanIPTypeXlat
} WWAN_IP_TYPE, *PWWAN_IP_TYPE;
Constants
WwanIPTypeDefault | Default IP. |
WwanIPTypeIPv4 | IPv4. |
WwanIPTypeIPv6 | IPv6. |
WwanIPTypeIpv4v6 | IPv4 with IPv6. |
WwanIPTypeXlat | XLAT. |
Requirements
Minimum supported client | Versions:_Supported in Windows 8 and later versions of Windows. |
Header | wwan.h |
See also
Feedback
Loading feedback...