PowerOperationEnumOp class

Operation type.

Inheritance

Constructors

PowerOperationEnumOp(int value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPrettyString() String
Output this as a pretty string. Override for propper text.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

names Map<PowerOperationEnumOp, String>
no setter
values List<PowerOperationEnumOp>
no setter

Constants

popPwrDown → const PowerOperationEnumOp
Request the destination entity of this message to power down it's devices immediately. If the destination entity is the special entity '0' the whole system will power down.
popPwrDownAborted → const PowerOperationEnumOp
The latest power down request was aborted.
popPwrDownIp → const PowerOperationEnumOp
The latest power down request is in progress and the time remaining until power down is given in field 'time_remain'.
popPwrUp → const PowerOperationEnumOp
Request the destination entity of this message to power up it's devices.
popPwrUpIp → const PowerOperationEnumOp
The latest power up request is in progress.
popSchedPwrDown → const PowerOperationEnumOp
Request the destination entity of this message to power down it's devices at the time given in the field 'sched_time'. If the destination entity is the special entity '0' the whole system will power down.
popSchedPwrUp → const PowerOperationEnumOp
Request the destination entity of this message to power up it's devices at the time given in the field 'sched_time'. If the destination entity is the special entity '0' the whole system will power up.