ModbusTcpConfigPlc constructor
ModbusTcpConfigPlc({})
Returns a new ModbusTcpConfigPlc instance.
Implementation
ModbusTcpConfigPlc({
this.pLCId,
this.host,
this.port,
this.unitID,
this.dataArray = const [],
});
Returns a new ModbusTcpConfigPlc instance.
ModbusTcpConfigPlc({
this.pLCId,
this.host,
this.port,
this.unitID,
this.dataArray = const [],
});