TetheringInterface Constructors

Definition

Overloads

Name Description
TetheringInterface(TetheringManagerTetheringType, String)

Initializes a new instance of TetheringInterface.

TetheringInterface(TetheringManagerTetheringType, String, SoftApConfiguration)

Initializes a new instance of TetheringInterface.

TetheringInterface(TetheringManagerTetheringType, String)

Initializes a new instance of 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

Parameters

iface
String
Attributes

Remarks

Java documentation for android.net.TetheringInterface.TetheringInterface(int, java.lang.String).

Applies to

TetheringInterface(TetheringManagerTetheringType, String, SoftApConfiguration)

Initializes a new instance of 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

Parameters

iface
String
softApConfig
SoftApConfiguration
Attributes

Remarks

Java documentation for android.net.TetheringInterface.TetheringInterface(int, java.lang.String, android.net.wifi.SoftApConfiguration).

Applies to