PointTableConfig constructor
PointTableConfig({})
Implementation
PointTableConfig({
required this.name,
required this.slaveId,
required this.protocol,
this.address,
this.serialConfig,
required this.registers,
this.pollInterval,
});