OpenNETCF Smart Device Framework 2.2
Specifies the type of an ARP entry

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

Syntax

C#
public enum ArpEntryType
Visual Basic (Declaration)
Public Enumeration ArpEntryType
Visual Basic (Usage)
Dim instance As ArpEntryType
Visual C++
public enum class ArpEntryType
J#
public enum ArpEntryType
JScript
public enum ArpEntryType

Members

Member nameDescription
Static
A static entry
Dynamic
A dynamic entry
Invalid
An invalid entry
Other
Entry is non-determinable

See Also