Freigeben über


WWAN_CONTEXT_MEDIA_TYPE-Enumeration (wwan.h)

Die WWAN_CONTEXT_MEDIA_TYPE-Enumeration gibt den Typ der Medien an, die für einen bereitgestellten Kontext in einem MBB-Modem (Mobile Broadband) unterstützt werden.

Syntax

typedef enum _WWAN_CONTEXT_MEDIA_TYPE {
  WwanContextMediaTypeCellularOnly,
  WwanContextMediaTypeWifiOnly,
  WwanContextMediaTypeAll,
  WwanContextMediaTypeMaximum
} WWAN_CONTEXT_MEDIA_TYPE, *PWWAN_CONTEXT_MEDIA_TYPE;

Konstanten

 
WwanContextMediaTypeCellularOnly
Der Medientyp des Kontexts ist nur Mobilfunk.
WwanContextMediaTypeWifiOnly
Der Medientyp des Kontexts ist nur Wi-Fi.
WwanContextMediaTypeAll
Der Medientyp des Kontexts ist sowohl Mobilfunk als auch WLAN.
WwanContextMediaTypeMaximum
Der Höchstwert für diese Enumeration.

Hinweise

Diese Enumeration wird in den WWAN_CONTEXT_V2- und WWAN_SET_CONTEXT_V2 strukturen verwendet.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 10, Version 1703
Kopfzeile wwan.h

Weitere Informationen

WWAN_CONTEXT_V2

WWAN_SET_CONTEXT_V2