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