proto method

Implementation

ProtoFirmwareUpgradeConfiguration proto() =>
    ProtoFirmwareUpgradeConfiguration(
      estimatedSwapTimeMs: Int64(this.estimatedSwapTime.inMilliseconds),
      eraseAppSettings: this.eraseAppSettings,
      pipelineDepth: Int64(this.pipelineDepth),
      byteAlignment: this.byteAlignment.convent(),
      reassemblyBufferSize: Int64(this.reassemblyBufferSize),
      firmwareUpgradeMode: this.firmwareUpgradeMode.convent(),
    );