OpenNETCF Smart Device Framework 2.3
The SignalStrength class provides a repository for the signal strength indication from an RF Ethernet network adapter. From an instance of this class, you can get the signal strength in dB, an enumerated value of type StrengthType indicating the relative strength, or a string representing the relative strength.

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

Syntax

C#
public class SignalStrength
Visual Basic (Declaration)
Public Class SignalStrength
Visual Basic (Usage)
Dim instance As SignalStrength
Visual C++
public ref class SignalStrength
J#
public class SignalStrength
JScript
public class SignalStrength
JavaScript
OpenNETCF.Net.NetworkInformation.SignalStrength = function();

Type.createClass(
	'OpenNETCF.Net.NetworkInformation.SignalStrength');

Inheritance Hierarchy

System..::.Object
  OpenNETCF.Net.NetworkInformation..::.SignalStrength

See Also