OpenNETCF Smart Device Framework 2.2
This class represents the IP-to-physical address mapping table (ARP table) for all NetworkInterfaces on the local device

Namespace:  OpenNETCF.Net.NetworkInformation
Assembly:  OpenNETCF.Net (in OpenNETCF.Net)
Version: 2.2.0.0

Syntax

C#
public class ArpTable : IEnumerable<ArpEntry>, 
	IEnumerable, IDisposable
Visual Basic (Declaration)
Public Class ArpTable _
	Implements IEnumerable(Of ArpEntry), IEnumerable,  _
	IDisposable
Visual Basic (Usage)
Dim instance As ArpTable
Visual C++
public ref class ArpTable : IEnumerable<ArpEntry^>, 
	IEnumerable, IDisposable
J#
public class ArpTable implements IEnumerable<ArpEntry>, 
	IEnumerable, IDisposable
JScript
public class ArpTable implements IEnumerable<ArpEntry>, IEnumerable, IDisposable

Inheritance Hierarchy

System..::.Object
  OpenNETCF.Net.NetworkInformation..::.ArpTable

See Also