TetheringInterface Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
| Имя | Описание |
|---|---|
| TetheringInterface(TetheringManagerTetheringType, String) |
Инициализирует новый экземпляр |
| TetheringInterface(TetheringManagerTetheringType, String, SoftApConfiguration) |
Инициализирует новый экземпляр |
TetheringInterface(TetheringManagerTetheringType, String)
Инициализирует новый экземпляр TetheringInterface.
[Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "", ApiSince=36)]
public TetheringInterface(Android.Net.TetheringManagerTetheringType type, string iface);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;)V", "", ApiSince=36)>]
new Android.Net.TetheringInterface : Android.Net.TetheringManagerTetheringType * string -> Android.Net.TetheringInterface
Параметры
- iface
- String
- Атрибуты
Комментарии
Java документации по android.net.TetheringInterface.TetheringInterface(int, java.lang.String).
Применяется к
TetheringInterface(TetheringManagerTetheringType, String, SoftApConfiguration)
Инициализирует новый экземпляр TetheringInterface.
[Android.Runtime.Register(".ctor", "(ILjava/lang/String;Landroid/net/wifi/SoftApConfiguration;)V", "", ApiSince=36)]
public TetheringInterface(Android.Net.TetheringManagerTetheringType type, string iface, Android.Net.Wifi.SoftApConfiguration? softApConfig);
[<Android.Runtime.Register(".ctor", "(ILjava/lang/String;Landroid/net/wifi/SoftApConfiguration;)V", "", ApiSince=36)>]
new Android.Net.TetheringInterface : Android.Net.TetheringManagerTetheringType * string * Android.Net.Wifi.SoftApConfiguration -> Android.Net.TetheringInterface
Параметры
- iface
- String
- softApConfig
- SoftApConfiguration
- Атрибуты