AlarmMask constructor
AlarmMask(
- int id,
- IsobusColor backgroundColor,
- List<
ReferenceObject> childObjects, - List<
Macro> macros, - SoftKeyMask? softkeyMask,
- AlarmPriority priority,
- AcousticSignal acousticSignal,
Implementation
AlarmMask(
int id,
IsobusColor backgroundColor,
List<ReferenceObject> childObjects,
List<Macro> macros,
this.softkeyMask,
this.priority,
this.acousticSignal)
: super(id, IsobusObjectType.alarmMask, backgroundColor, childObjects,
macros);