Click or drag to resize
ArpOnInput Method
Examines and processes the ARP message contained in the specified byte array.

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 void OnInput(
	Interface ifc,
	byte[] data
)

Parameters

ifc
Type: Network.Sim.CoreInterface
The interface through which the data was received.
data
Type: SystemByte
A sequence of bytes containing an ARP packet.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if either parameter is null.
SerializationExceptionThrown if the data array does not contain a valid ARP packet.
See Also