Nic Class |
Namespace: Network.Sim.Lan.Ethernet
public class Nic : Nic
The Nic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Connector |
The NIC's connector outlet.
(Inherited from Nic.) |
![]() | InterruptReason |
The status register which contains the reason for the interrupt caused
by the NIC.
(Inherited from Nic.) |
![]() | MacAddress |
The Layer-2 physical address of the NIC which is stored
inside ROM.
(Inherited from Nic.) |
![]() | MaximumTransmissionUnit |
Returns the maximum transmission unit (MTU) of the NIC.
(Overrides NicMaximumTransmissionUnit.) |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Output |
Wraps the specified data into an Ethernet frame and queues it
for transmission.
(Overrides NicOutput(MacAddress, Byte, EtherType).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Interrupt |
The event that is raised when the NIC causes an interrupt.
(Overrides NicInterrupt.) |