Java.Net.NetworkInterface.GetByIndex Method
Returns the NetworkInterface corresponding to the given interface index, or null if no interface has this index.

Syntax

[Android.Runtime.Register("getByIndex", "(I)Ljava/net/NetworkInterface;", "")]
public static NetworkInterface GetByIndex (int p0)

Parameters

index
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Net.SocketExceptionif an error occurs.

Remarks

Returns the NetworkInterface corresponding to the given interface index, or null if no interface has this index.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1