Network.Sim
Network.Sim
Network.Sim.Network.Ip.Arp
Arp Class
Arp Methods
ArpTableOf Method
Lookup Method
OnInput Method
Resolve Method
Arp
Resolve Method
Resolves the specified IPv4 address to a Layer-2 (MAC-48) physical address.
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
void
Resolve
(
Interface
ifc
,
IpAddress
ipAddress
)
Parameters
ifc
Type:
Network.Sim.Core
Interface
The interface to look an address up for.
ipAddress
Type:
Network.Sim.Network.Ip
IpAddress
The IPv4 address to resolve.
Exceptions
Exception
Condition
ArgumentNullException
Thrown if either of the arguments is null.
Remarks
This API is exposed to the next higher-up layer. In other words, it is called by the Network layer to resolve an IPv4 address to the corresponding MAC-48 address.
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