ReadFileRecordResponse has no record count getter method
Enhanced Modbus library implemented in the Java programming language
Brought to you by:
jfhaugh
The ReadFileRecordResponse class has no getter method to determine the number of records which were received. The Modbus data doesn't include any information as regards where the data belongs, but a getter to determine how many records were received would be helpful.
ReadFileRecordResponse.getRecordCount() has been added.