WwanConnectionProfileDetails
WwanConnectionProfileDetails
WwanConnectionProfileDetails
WwanConnectionProfileDetails
Class
Definition
Used to access information specific to a WWAN connection.
public : sealed class WwanConnectionProfileDetails : IWwanConnectionProfileDetailspublic sealed class WwanConnectionProfileDetails : IWwanConnectionProfileDetailsPublic NotInheritable Class WwanConnectionProfileDetails Implements IWwanConnectionProfileDetails// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Networking.Connectivity.WwanContract (introduced v1)
|
Properties
AccessPointName AccessPointName AccessPointName AccessPointName
Indicates the name of the access point used to establish the WWAN connection.
public : PlatForm::String AccessPointName { get; }public string AccessPointName { get; }Public ReadOnly Property AccessPointName As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The access point name.
HomeProviderId HomeProviderId HomeProviderId HomeProviderId
Indicates the Home Network Provider ID.
public : PlatForm::String HomeProviderId { get; }public string HomeProviderId { get; }Public ReadOnly Property HomeProviderId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The Home Network Provider ID.
Methods
GetCurrentDataClass() GetCurrentDataClass() GetCurrentDataClass() GetCurrentDataClass()
Indicates the class of data service offered by the network currently in use for the WWAN connection.
public : WwanDataClass GetCurrentDataClass()public WwanDataClass GetCurrentDataClass()Public Function GetCurrentDataClass() As WwanDataClass// You can use this method in JavaScript.
Returns
The class of data service currently provided.
GetNetworkRegistrationState() GetNetworkRegistrationState() GetNetworkRegistrationState() GetNetworkRegistrationState()
Retrieves the current network registration state for the WWAN connection.
public : WwanNetworkRegistrationState GetNetworkRegistrationState()public WwanNetworkRegistrationState GetNetworkRegistrationState()Public Function GetNetworkRegistrationState() As WwanNetworkRegistrationState// You can use this method in JavaScript.
Returns
WwanNetworkRegistrationState
WwanNetworkRegistrationState
WwanNetworkRegistrationState
WwanNetworkRegistrationState
The current network registration state.