Click or drag to resize
ArpArpTableOf 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#
public IEnumerable<ArpEntry> ArpTableOf(
	Interface ifc
)

Parameters

ifc
Type: Network.Sim.CoreInterface
The interface whose ARP table to return.

Return Value

Type: IEnumerableArpEntry
An enumerable collection of ARP entries.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the ifc parameter is null.
See Also