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