énumération WWAN_IP_TYPE (wwan.h)

L’énumération WWAN_IP_TYPE répertorie les différents niveaux d’adresse IP prise en charge.

Syntax

typedef enum _WWAN_IP_TYPE {
  WwanIPTypeDefault,
  WwanIPTypeIPv4,
  WwanIPTypeIPv6,
  WwanIPTypeIpv4v6,
  WwanIPTypeXlat,
  WwanSessionTypeEthernet,
  WwanSessionTypeUnstructured,
  WwanSessionTypeMax
} WWAN_IP_TYPE, *PWWAN_IP_TYPE;

Constantes

 
WwanIPTypeDefault
Adresse IP par défaut.
WwanIPTypeIPv4
IPv4.
WwanIPTypeIPv6
IPv6.
WwanIPTypeIpv4v6
IPv4 avec IPv6.
WwanIPTypeXlat
XLAT.
WwanSessionTypeEthernet
Session PDU Ethernet.
WwanSessionTypeUnstructured
Session PDU non structurée.
WwanSessionTypeMax

Configuration requise

Condition requise Valeur
Client minimal pris en charge Versions :_Supported dans Windows 8 et versions ultérieures de Windows.
En-tête wwan.h

Voir aussi

WWAN_CONTEXT_STATE

WWAN_SET_CONTEXT_STATE