Samraksh eMote .NOW
GetBackgroundNoiseLevel Method



Request the background noise level
Syntax
'Declaration
 
Public Function GetBackgroundNoiseLevel( _
   ByVal iqRequestType As RADAR_NOISE_REQUEST _
) As Integer
'Usage
 
Dim instance As Algorithm.RadarDetection
Dim iqRequestType As RADAR_NOISE_REQUEST
Dim value As Integer
 
value = instance.GetBackgroundNoiseLevel(iqRequestType)
public int GetBackgroundNoiseLevel( 
   RADAR_NOISE_REQUEST iqRequestType
)
public:
int GetBackgroundNoiseLevel( 
   RADAR_NOISE_REQUEST iqRequestType
) 

Parameters

iqRequestType

Return Value

Return the current background noise level.
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Algorithm.RadarDetection Class
Algorithm.RadarDetection Members

Send Feedback