ArpEntry Class |
Namespace: Network.Sim.Network.Ip.Arp
public class ArpEntry
The ArpEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | ArpEntry |
Initializes a new instance of the ArpEntry class using the specified
values.
|
Name | Description | |
---|---|---|
![]() | Expired |
Determines if the entry has expired.
|
![]() | ExpiryTime |
The time at which the entry expires, in nanoseconds.
|
![]() | IpAddress |
The IPv4 address of the entry.
|
![]() | MacAddress |
The MAC-48 address of the entry.
|
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.) |
![]() | ToString |
Returns a textual description of this entry.
(Overrides ObjectToString.) |