MacAddress Constructor (String) |
Initializes a new instance of the MacAddress class using the specified
string.
Namespace: Network.Sim.LinkAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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