Samraksh eMote .NOW
GetWindowOverThreshold Method



Request whether the last window's displacement was over the threshold
Syntax
'Declaration
 
Public Function GetWindowOverThreshold() As Boolean
'Usage
 
Dim instance As Algorithm.RadarDetection
Dim value As Boolean
 
value = instance.GetWindowOverThreshold()
public bool GetWindowOverThreshold()
public:
bool GetWindowOverThreshold(); 

Return Value

Returns true if last window's displacement was over the threshold and false if not.
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Algorithm.RadarDetection Class
Algorithm.RadarDetection Members

Send Feedback