
- 263 -
Strength
Acquires the radio field strength.
■ Syntax
[VB]
Public Shared ReadOnly Property Strength As Integer
[C#]
public static int Strength {get;}
■ Property
Radio field strength (%)
Default value
: Radio field strength at the time of initialization.
■ Exceptions
Name of Exception Meaning
DeviceNotFoundException No NIC device was found.
DeviceLoadException The NIC device is not ready.
[Ex.] Acquire the radio field strength.
[VB] Dim Strength As Integer = RF.SiteSurvey.Strength
[C#] int Strength = RF.SiteSurvey.Strength;
Comentários a estes Manuais