Returns an enumerable collection of ARP entries for the specified interface.
Namespace: Network.Sim.Network.IpAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IEnumerable<ArpEntry> ArpTableOf(
Interface ifc
)
Parameters
- ifc
- Type: Network.Sim.CoreInterface
The interface whose ARP table to return.
Return Value
Type:
IEnumerableArpEntryAn enumerable collection of ARP entries for the specified
interface.
Exceptions
RemarksThis method is only needed for simulation output.
See Also