In The Hand LtdIn The Hand
PhysicalAddress Constructor (address)
NamespacesInTheHand.Net.NetworkInformationPhysicalAddressPhysicalAddress(array<Byte>[]()[][])
.NET Components for Mobility
Initializes a new instance of the PhysicalAddress class.
Declaration Syntax
C#Visual Basic
public PhysicalAddress(
	byte[] address
)
Public Sub New ( _
	address As Byte() _
)
Parameters
address (array<Byte>[]()[][])
A Byte array containing the address.
Remarks
In common scenarios, applications do not need to call this constructor; instances of this class are returned by the GetPhysicalAddress()()()() method. Note that you can also use the Parse(String) method to create a new instance of PhysicalAddress.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0