NetworkInterface.SubInterfaces Property

Definition

Get an Enumeration with all the subinterfaces (also known as virtual interfaces) attached to this network interface.

public Java.Util.IEnumeration? SubInterfaces { [Android.Runtime.Register("getSubInterfaces", "()Ljava/util/Enumeration;", "")] get; }
[<get: Android.Runtime.Register("getSubInterfaces", "()Ljava/util/Enumeration;", "")>]
member this.SubInterfaces : Java.Util.IEnumeration

Property Value

an Enumeration object with all of the subinterfaces of this network interface

Attributes

Remarks

Get an Enumeration with all the subinterfaces (also known as virtual interfaces) attached to this network interface.

For instance eth0:1 will be a subinterface to eth0.

Added in 1.6.

Java documentation for java.net.NetworkInterface.getSubInterfaces().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to