Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WWAN_CONTEXT_MEDIA_TYPE enumeration specifies the type of media supported for a provisioned context in a mobile broadband (MBB) modem.
Syntax
typedef enum _WWAN_CONTEXT_MEDIA_TYPE {
WwanContextMediaTypeCellularOnly,
WwanContextMediaTypeWifiOnly,
WwanContextMediaTypeAll,
WwanContextMediaTypeMaximum
} WWAN_CONTEXT_MEDIA_TYPE, *PWWAN_CONTEXT_MEDIA_TYPE;
Constants
WwanContextMediaTypeCellularOnly The context's media type is cellular only. |
WwanContextMediaTypeWifiOnly The context's media type is Wi-Fi only. |
WwanContextMediaTypeAll The context's media type is both cellular and Wi-Fi. |
WwanContextMediaTypeMaximum The maximum value for this enumeration. |
Remarks
This enumeration is used in the WWAN_CONTEXT_V2 and WWAN_SET_CONTEXT_V2 structures.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1703 |
Header | wwan.h |