PowerChannelControlEnumOp class

Operation to perform.

Inheritance

Constructors

PowerChannelControlEnumOp(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<PowerChannelControlEnumOp, String>
no setter
values List<PowerChannelControlEnumOp>
no setter

Constants

pccOpRestart → const PowerChannelControlEnumOp
Restart power channel specified in field 'id'.
pccOpSave → const PowerChannelControlEnumOp
Save the current state of the channel 'id' to persistent storage.
pccOpSchedOff → const PowerChannelControlEnumOp
Turn off power channel specified in field 'id' in 'sched_time' seconds.
pccOpSchedOn → const PowerChannelControlEnumOp
Turn on power channel specified in field 'id' in 'sched_time' seconds.
pccOpSchedReset → const PowerChannelControlEnumOp
Reset all scheduled operations for the channel specified in field 'id'.
pccOpToggle → const PowerChannelControlEnumOp
Toggle power channel specified in field 'id'.
pccOpTurnOff → const PowerChannelControlEnumOp
Turn off power channel specified in field 'id'.
pccOpTurnOn → const PowerChannelControlEnumOp
Turn on power channel specified in field 'id'.