Java.Net.NetworkInterface.GetHardwareAddress Method
Returns the hardware address of the interface, if it has one, or null otherwise.

Syntax

[Android.Runtime.Register("getHardwareAddress", "()[B", "")]
public byte[] GetHardwareAddress ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Net.SocketExceptionif an I/O error occurs.

Remarks

Returns the hardware address of the interface, if it has one, or null otherwise.

[Android Documentation]

Requirements

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