Network.Sim
Network.Sim
Network.Sim.Network.Ip.Arp
Arp Class
Arp Methods
ArpTableOf Method
Lookup Method
OnInput Method
Resolve Method
Arp
ArpTableOf Method
Returns an enumerable collection of ARP entries for the specified interface.
Namespace:
Network.Sim.Network.Ip.Arp
Assembly:
Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
IEnumerable
<
ArpEntry
>
ArpTableOf
(
Interface
ifc
)
Parameters
ifc
Type:
Network.Sim.Core
Interface
The interface whose ARP table to return.
Return Value
Type:
IEnumerable
ArpEntry
An enumerable collection of ARP entries.
Exceptions
Exception
Condition
ArgumentNullException
Thrown if the ifc parameter is null.
See Also
Reference
Arp Class
Network.Sim.Network.Ip.Arp Namespace
Network.Sim - A Software simulating an IEEE 802.3-based (Ethernet) Network Stack
Copyright © Torben Könke 2013