CheckIntervalCommand class
检测间隔 徘徊检测 humanDetection人体侦测等级不能去掉
Constructors
- CheckIntervalCommand(CameraCommand _command)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lingerCheckIntervalDuration ↔ int
-
getter/setter pair
- lingerCheckIntervalSwitch ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sleepCheckIntervalDuration ↔ int
-
getter/setter pair
- sleepCheckIntervalSwitch ↔ bool?
-
getter/setter pair
Methods
-
getCheckInterval(
{int timeout = 5}) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setLingerCheckInterval(
int enable, int humanDetection, {int timeout = 5, int duration = 15}) → Future< bool> -
setSleepCheckInterval(
int enable, int humanDetection, {int timeout = 5, int duration = 15}) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited