Share via


NetworkInterface.PhysicalAddress Property

Sets or gets the Media Access Control (MAC) address for a network interface

Namespace: Microsoft.SPOT.Net.NetworkInformation
Assembly: Microsoft.SPOT.Net (in microsoft.spot.net.dll)

Syntax

public byte [] PhysicalAddress { get; set; }

Property Value

The MAC address.

Note

The .NET Micro Framework does not support IPv6. If you are using IPv6 and your program attempts to retrieve a network address or network address properties, it will throw an exception.

Version Information

Available in the .NET Micro Framework version 4.1 and 4.2.

See Also

Reference

NetworkInterface Class
NetworkInterface Members
Microsoft.SPOT.Net.NetworkInformation Namespace