ModbusTcpConfig constructor
ModbusTcpConfig({
- String? messageVersion,
- int? timeStamp,
- String? iOTId,
- String? orgId,
- ModbusTcpConfigProtocolEnum? protocol,
- List<
ModbusTcpConfigPlc> plcArray = const [],
Returns a new ModbusTcpConfig instance.
Implementation
ModbusTcpConfig({
this.messageVersion,
this.timeStamp,
this.iOTId,
this.orgId,
this.protocol,
this.plcArray = const [],
});