PhysicalAddress Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets 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

'Declaration
Public Property PhysicalAddress As Byte()
public byte[] PhysicalAddress { get; set; }
public:
property array<unsigned char>^ PhysicalAddress {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
member PhysicalAddress : byte[] with get, set
function get PhysicalAddress () : byte[]
function set PhysicalAddress (value : byte[])

Property Value

Type: array<System. . :: . .Byte> [] () [] []
The MAC address.

Remarks

Note

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

.NET Framework Security

See Also

Reference

NetworkInterface Class

Microsoft.SPOT.Net.NetworkInformation Namespace