CtrlType class
- Inheritance
-
- Object
- ProtobufEnum
- CtrlType
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
This enum's name, as specified in the .proto file.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
This enum's integer value, as specified in the .proto file.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns this enum's
name
or thevalue
if names are not represented.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CTRL_ACTIVATE_NETWORK_CONNECTIONS → const CtrlType
- CTRL_ADJUST_POWER_PROFILE → const CtrlType
- CTRL_CONN_CANCEL → const CtrlType
- CTRL_CONNECTED_TO_REMOTE_SERVER → const CtrlType
- CTRL_DEACTIVATE_NETWORK_CONNECTIONS → const CtrlType
- CTRL_DIRECT_SUBSCRIPTION_DATA → const CtrlType
- CTRL_DISCONNECTED_FROM_REMOTE_SERVER → const CtrlType
- CTRL_ERROR → const CtrlType
- CTRL_LOCAL_LOG_MESSAGE → const CtrlType
- CTRL_LOG_SINK_LOG_MESSAGE_STREAM → const CtrlType
- CTRL_ON_NEW_CONFIG_PAYLOAD_DATA → const CtrlType
- CTRL_PAUSE_MODULE → const CtrlType
- CTRL_REMOTE_FUNCTION_REQUEST → const CtrlType
- CTRL_REMOTE_FUNCTION_RESPONSE → const CtrlType
- CTRL_REMOTE_PING → const CtrlType
- CTRL_REMOTE_PING_PONG → const CtrlType
- CTRL_REQUEST_MODULE_ANNOTATIONS → const CtrlType
- CTRL_REQUEST_MODULE_ANNOTATIONS_RESPONSE → const CtrlType
- CTRL_RESTART_RUNTIME → const CtrlType
- CTRL_RESTART_RUNTIME_DONE → const CtrlType
- CTRL_RUNTIME_PING → const CtrlType
- CTRL_STOP_RUNTIME → const CtrlType
- CTRL_SUBSCRIBE_TO_LOG_SINK_LOG_MESSAGE_STREAM → const CtrlType
- CTRL_UNLOAD_MODULES → const CtrlType
- CTRL_UNLOAD_MODULES_DONE → const CtrlType
- CTRL_UNPAUSE_MODULE → const CtrlType
- CTRL_UNSPECIFIED → const CtrlType
- CTRL_UNSUBSCRIBE_FROM_LOG_SINK_LOG_MESSAGE_STREAM → const CtrlType
- CTRL_UPLOAD_CONFIG_AND_DATA → const CtrlType
-
values
→ const List<
CtrlType>