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

IEnumeration

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

Attributes

Remarks

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