Nic Class |
Namespace: Network.Sim.Lan
public abstract class Nic
The Nic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Connector |
The NIC's connector outlet.
|
![]() | InterruptReason |
The status register which contains the reason for the interrupt caused
by the NIC.
|
![]() | MacAddress |
The Layer-2 physical address of the NIC which is stored
inside ROM.
|
![]() | MaximumTransmissionUnit |
The maximum transmission unit (MTU) of the data-link layer
implementation of the NIC.
|
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 |
Constructs a new data-link frame for the specified destination,
containing the specified data as payload.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |