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

Namespace:  OpenNETCF.Net.NetworkInformation
Assembly:  OpenNETCF.Net (in OpenNETCF.Net.dll) Version: 2.3.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
JavaScript
OpenNETCF.Net.NetworkInformation.ArpEntryType = function();
OpenNETCF.Net.NetworkInformation.ArpEntryType.createEnum('OpenNETCF.Net.NetworkInformation.ArpEntryType', false);

Members

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

See Also