Return true if each of the specified recordLevel, passLevel, triggerLevel and triggerAllLevel threshold values are in the range [0 .. 255], and false otherwise.
Declared in <ball_category.h>
static
bool
areValidThresholdLevels(
int recordLevel,
int passLevel,
int triggerLevel,
int triggerAllLevel);
true if all threshold values are in [0 .. 255], and false otherwise
| Name | Description |
|---|---|
| recordLevel | record threshold level to validate |
| passLevel | pass threshold level to validate |
| triggerLevel | trigger threshold level to validate |
| triggerAllLevel | trigger-all threshold level to validate |