- public string apn { owned get; set; }
The GPRS Access Point Name specifying the APN used when establishing a
data session with the GSM-based network.
- public bool auto_config { get; set; }
When true, the settings such as APN,
username, or password will default to values that match the network the modem will register to in the Mobile Broadband Provider
database.
- public string device_id { owned get; set; }
The device unique identifier (as given by the WWAN management service)
which this connection applies to.
- public string device_uid { owned get; set; }
The device UID (as given by the WWAN management service) which this
connection applies to.
- public bool home_only { get; set; }
When true, only connections to the
home network will be allowed.
- public string initial_eps_bearer_apn { owned get; set; }
For LTE modems, this sets the APN for the initial EPS bearer that is
set up when attaching to the network.
- public bool initial_eps_bearer_configure { get; set; }
For LTE modems, this setting determines whether the initial EPS bearer
shall be configured when bringing up the connection.
- public bool initial_eps_bearer_noauth { get; set; }
For LTE modems, this sets NOAUTH authentication method for the initial
EPS bearer that is set up when attaching to the network.
- public string initial_eps_bearer_password { owned get; set; }
For LTE modems, this sets the password for the initial EPS bearer that
is set up when attaching to the network.
- public SettingSecretFlags initial_eps_bearer_password_flags { get; set; }
- public bool initial_eps_bearer_refuse_chap { get; set; }
For LTE modems, this disables CHAP authentication method for the
initial EPS bearer that is set up when attaching to the network.
- public bool initial_eps_bearer_refuse_eap { get; set; }
For LTE modems, this disables EAP authentication method for the
initial EPS bearer that is set up when attaching to the network.
- public bool initial_eps_bearer_refuse_mschap { get; set; }
For LTE modems, this disables MSCHAP authentication method for the
initial EPS bearer that is set up when attaching to the network.
- public bool initial_eps_bearer_refuse_mschapv2 { get; set; }
For LTE modems, this disables MSCHAPV2 authentication method for the
initial EPS bearer that is set up when attaching to the network.
- public bool initial_eps_bearer_refuse_pap { get; set; }
For LTE modems, this disables PAP authentication method for the
initial EPS bearer that is set up when attaching to the network.
- public string initial_eps_bearer_username { owned get; set; }
For LTE modems, this sets the username for the initial EPS bearer that
is set up when attaching to the network.
- public uint mtu { get; set; }
If non-zero, only transmit packets of the specified size or smaller,
breaking larger packets up into multiple frames.
- public string network_id { owned get; set; }
The Network ID (GSM LAI format, ie MCC-MNC) to force specific network
registration.
- public string number { owned get; set; }
Legacy setting that used to help establishing PPP data sessions for
GSM-based modems.
- public string password { owned get; set; }
The password used to authenticate with the network, if required.
- public SettingSecretFlags password_flags { get; set; }
Flags indicating how to handle the
password property.
- public string pin { owned get; set; }
If the SIM is locked with a PIN it must be unlocked before any other
operations are requested.
- public SettingSecretFlags pin_flags { get; set; }
Flags indicating how to handle the
pin property.
- public string sim_id { owned get; set; }
The SIM card unique identifier (as given by the WWAN management
service) which this connection applies to.
- public string sim_operator_id { owned get; set; }
A MCC/MNC string like "310260" or "21601" identifying the specific
mobile network operator which this connection applies to.
- public string username { owned get; set; }
The username used to authenticate with the network, if required.