MotionDetector_GloballyIncOrDecSensitivity
Delphi
procedure MotionDetector_GloballyIncOrDecSensitivity (Value: LongInt);
C++Builder
void __fastcall MotionDetector_GloballyIncOrDecSensitivity(System::LongInt Value);
C#
public void MotionDetector_GloballyIncOrDecSensitivity(int Value);
VB.NET
Public Sub MotionDetector_GloballyIncOrDecSensitivity(Value As Integer)
C++/Qt
void MotionDetector_GloballyIncOrDecSensitivity (int Value);
Used to globally increase or decrease the sensitivity of the cells whose current sensitivity is greater than 0 (this increases or decreases only the sensitivity of the active cells).
The value passed as parameter is usually -1 (decrease) or 1 (increase).