TetheringInterface Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| TetheringInterface(TetheringManagerTetheringType, String) |
Inicializa uma nova instância de |
| TetheringInterface(TetheringManagerTetheringType, String, SoftApConfiguration) |
Inicializa uma nova instância de |
TetheringInterface(TetheringManagerTetheringType, String)
Inicializa uma nova instância de 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
Parâmetros
- iface
- String
- Atributos
Comentários
Java documentação para android.net.TetheringInterface.TetheringInterface(int, java.lang.String).
Aplica-se a
TetheringInterface(TetheringManagerTetheringType, String, SoftApConfiguration)
Inicializa uma nova instância de 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
Parâmetros
- iface
- String
- softApConfig
- SoftApConfiguration
- Atributos