Samraksh eMote .NOW
CurrentDetectionFinished Method



Request whether the current detection has finished
Syntax
'Declaration
 
Public Function CurrentDetectionFinished() As Boolean
'Usage
 
Dim instance As Algorithm.RadarDetection
Dim value As Boolean
 
value = instance.CurrentDetectionFinished()
public bool CurrentDetectionFinished()
public:
bool CurrentDetectionFinished(); 

Return Value

Returns true if the current detection is finished and false if not.
Requirements

Target Platforms: eMote .NOW

See Also

Reference

Algorithm.RadarDetection Class
Algorithm.RadarDetection Members

Send Feedback