Click or drag to resize
MacAddress Constructor (String)
Initializes a new instance of the MacAddress class using the specified string.

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

Parameters

address
Type: SystemString
A MAC address as a string of six groups of two hexadecimal digits, separated by hyphens or colons.
See Also