Click or drag to resize
Nic Class
Represents the abstract base class from which all Network Card Interface (NIC) implementations (Ethernet, TokenRing, etc.) must derive.
Inheritance Hierarchy

Namespace: Network.Sim.Lan
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract class Nic

The Nic type exposes the following members.

Constructors
  NameDescription
Protected methodNic
Initializes a new instance of the Nic class using the specified MAC address.
Top
Properties
  NameDescription
Public propertyConnector
The NIC's connector outlet.
Public propertyInterruptReason
The status register which contains the reason for the interrupt caused by the NIC.
Public propertyMacAddress
The Layer-2 physical address of the NIC which is stored inside ROM.
Public propertyMaximumTransmissionUnit
The maximum transmission unit (MTU) of the data-link layer implementation of the NIC.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOutput
Constructs a new data-link frame for the specified destination, containing the specified data as payload.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventInterrupt
The event that is raised when the NIC causes an interrupt.
Top
See Also