MonitoringCycles16Field constructor

MonitoringCycles16Field({
  1. int size = 0,
  2. bool growable = true,
})

Implementation

MonitoringCycles16Field({int size = 0, bool growable = true})
    : super(
          name: 'cycles_16',
          id: ID,
          type: BaseType.UINT16,
          offset: 0,
          scale: 1,
          size: size,
          units: '2 * cycles (steps)',
          mainTypeName: 'uint16',
          growable: growable,
          subFields: []);