9#import <Foundation/Foundation.h>
10#import <cmbSDK/CMBReadResult.h>
21@property (readonly) NSString *
XML;
Represents a list of read results.
Definition: CMBReadResults.h:16
NSArray< CMBReadResult * > * subReadResults
Returns an array of CMBReadResult objects excluding the main result.
Definition: CMBReadResults.h:31
NSArray< CMBReadResult * > * readResults
Returns an array of CMBReadResult objects including the main result.
Definition: CMBReadResults.h:26
NSString * XML
Returns the raw XML recieved from the reader.
Definition: CMBReadResults.h:21