Initializes a new instance of the Nic class using the specified
MAC address.
Namespace: Network.Sim.LanAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected Nic(
MacAddress address = null
)
Parameters
- address (Optional)
- Type: Network.Sim.LinkMacAddress
A MAC-48 address to assign to the NIC. If this
is null, the NIC is assigned a random MAC address.
See Also