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