ExcludedModules class

Enum for modules excluded from a device's configuration. Each value represents a ModuleConfigType that can be toggled as excluded by setting its corresponding bit in the excluded_modules bitmask field.

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 the value if names are not represented.
inherited

Operators

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

Static Methods

valueOf(int value) ExcludedModules?

Constants

AMBIENTLIGHTING_CONFIG → const ExcludedModules
Ambient Lighting module
AUDIO_CONFIG → const ExcludedModules
Audio module
BLUETOOTH_CONFIG → const ExcludedModules
Bluetooth config (not technically a module, but used to indicate bluetooth capabilities)
CANNEDMSG_CONFIG → const ExcludedModules
Canned Message module
DETECTIONSENSOR_CONFIG → const ExcludedModules
Detection Sensor module
EXCLUDED_NONE → const ExcludedModules
Default value of 0 indicates no modules are excluded.
EXTNOTIF_CONFIG → const ExcludedModules
External Notification module
MQTT_CONFIG → const ExcludedModules
MQTT module
NEIGHBORINFO_CONFIG → const ExcludedModules
Neighbor Info module
NETWORK_CONFIG → const ExcludedModules
Network config (not technically a module, but used to indicate network capabilities)
PAXCOUNTER_CONFIG → const ExcludedModules
Paxcounter module
RANGETEST_CONFIG → const ExcludedModules
Range Test module
REMOTEHARDWARE_CONFIG → const ExcludedModules
Remote Hardware module
SERIAL_CONFIG → const ExcludedModules
Serial module
STOREFORWARD_CONFIG → const ExcludedModules
Store and Forward module
TELEMETRY_CONFIG → const ExcludedModules
Telemetry module
values → const List<ExcludedModules>