Click or drag to resize
Nic Constructor
Initializes a new instance of the Nic class using the specified MAC address.

Namespace: Network.Sim.Lan
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
protected 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