Click or drag to resize
MacAddress Constructor (Byte)
Initializes a new instance of the MacAddress class using the specified byte array.

Namespace: Network.Sim.Link
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public MacAddress(
	byte[] address
)

Parameters

address
Type: SystemByte
An array containing 6 bytes to initialize this instance with.
Exceptions
ExceptionCondition
ArgumentNullExceptionthrown if the address argument is null.
See Also