OpenNETCF Smart Device Framework 2.3
The StrengthType enumeration provides a list of relative RF Ethernet signal strength values that correspond to the strengths displayed by Windows CE itself.

Namespace:  OpenNETCF.Net.NetworkInformation
Assembly:  OpenNETCF.Net (in OpenNETCF.Net.dll) Version: 2.3.0.0

Syntax

C#
public enum StrengthType
Visual Basic (Declaration)
Public Enumeration StrengthType
Visual Basic (Usage)
Dim instance As StrengthType
Visual C++
public enum class StrengthType
J#
public enum StrengthType
JScript
public enum StrengthType
JavaScript
OpenNETCF.Net.NetworkInformation.StrengthType = function();
OpenNETCF.Net.NetworkInformation.StrengthType.createEnum('OpenNETCF.Net.NetworkInformation.StrengthType', false);

Members

Member nameDescription
NotAWirelessAdapter
The adapter for which signal strength was requested is not a wireless network adapter or does not report its signal strength in the standard way
NoSignal
The adapter is not receiving a network signal
VeryLow
The network signal has very low strength
Low
The network signal has low strength
Good
The network signal is good
VeryGood
The network signal is very good
Excellent
The network signal is excellent

See Also