ExtendedInputAttributes constructor
ExtendedInputAttributes(
- int id,
- ValidationType validationType,
- List<
CodePlane> codePlanes, - List<
CharacterCombination> characterCombinations, - List<
Macro> macros,
Implementation
ExtendedInputAttributes(int id, this.validationType, this.codePlanes,
this.characterCombinations, List<Macro> macros)
: super(id, IsobusObjectType.extendedInputAttributes, macros);