ModbusTcpConfig constructor

ModbusTcpConfig({
  1. String? messageVersion,
  2. int? timeStamp,
  3. String? iOTId,
  4. String? orgId,
  5. ModbusTcpConfigProtocolEnum? protocol,
  6. List<ModbusTcpConfigPlc> plcArray = const [],
})

Returns a new ModbusTcpConfig instance.

Implementation

ModbusTcpConfig({
  this.messageVersion,
  this.timeStamp,
  this.iOTId,
  this.orgId,
  this.protocol,
  this.plcArray = const [],
});