Click or drag to resize
ArpPacketToString Method
Returns a textual description of the ArpPacket instance.

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 override string ToString()

Return Value

Type: String
A textual description of this ArpPacket instance.
See Also