WWAN_CONTEXT_ROAMING_CONTROL枚举 (wwan.h)
WWAN_CONTEXT_ROAMING_CONTROL枚举指定哪些漫游条件适用于移动宽带 (MBB) 调制解调器中的预配上下文。
语法
typedef enum _WWAN_CONTEXT_ROAMING_CONTROL {
WwanContextRoamingControlHomeOnly,
WwanContextRoamingControlPartnerOnly,
WwanContextRoamingControlNonPartnerOnly,
WwanContextRoamingControlHomeAndPartner,
WwanContextRoamingControlHomeAndNonPartner,
WwanContextRoamingControlPartnerAndNonPartner,
WwanContextRoamingControlAllowAll,
WwanContextRoamingControlMaximum
} WWAN_CONTEXT_ROAMING_CONTROL, *PWWAN_CONTEXT_ROAMING_CONTROL;
常量
WwanContextRoamingControlHomeOnly 指示只允许在家庭网络上使用此上下文。 |
WwanContextRoamingControlPartnerOnly 指示仅允许在合作伙伴漫游网络上使用此上下文。 |
WwanContextRoamingControlNonPartnerOnly 指示仅允许在非合作伙伴漫游网络上使用此上下文。 |
WwanContextRoamingControlHomeAndPartner 指示只允许在家庭网络和合作伙伴漫游网络上使用此上下文。 |
WwanContextRoamingControlHomeAndNonPartner 指示只允许在家庭网络和非合作伙伴漫游网络上使用此上下文。 |
WwanContextRoamingControlPartnerAndNonPartner 指示仅允许在合作伙伴和非合作伙伴漫游网络上使用此上下文。 |
WwanContextRoamingControlAllowAll 指示允许在所有网络上使用此上下文。 |
WwanContextRoamingControlMaximum 此枚举的最大值。 |
注解
此枚举用于 WWAN_CONTEXT_V2 和 WWAN_SET_CONTEXT_V2 结构。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10 版本 1703 |
标头 | wwan.h |