ModbusSerialConnectionDTO constructor
Implementation
const ModbusSerialConnectionDTO({
this.name,
this.baudRate,
this.parity,
this.dataBits,
this.stopBits,
this.unitId,
this.propertySpec,
});
const ModbusSerialConnectionDTO({
this.name,
this.baudRate,
this.parity,
this.dataBits,
this.stopBits,
this.unitId,
this.propertySpec,
});