DeviceOpReadReply constructor
DeviceOpReadReply({})
Implementation
DeviceOpReadReply({
required this.requestId,
required this.result,
required this.regstart,
required this.count,
required this.data,
required this.bank,
});