TetheringInterface Конструкторы

Определение

Перегрузки

Имя Описание
TetheringInterface(TetheringManagerTetheringType, String)

Инициализирует новый экземпляр TetheringInterface.

TetheringInterface(TetheringManagerTetheringType, String, SoftApConfiguration)

Инициализирует новый экземпляр TetheringInterface.

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
Атрибуты

Комментарии

Java документации по android.net.TetheringInterface.TetheringInterface(int, java.lang.String, android.net.wifi.SoftApConfiguration).

Применяется к