ODV Report class to show ODV/ODV2D data received from printer. More...
#include <OdvReport.h>
Instance Methods | |
(BOOL) | - failed |
Checks if the ODV operation failed. | |
(NSString *) | - data |
String representation of barcode data. | |
(NSString *) | - overallGrade |
Barcode OverallGrade as letter and numeric value. e.g. "A (4.0)". | |
(NSString *) | - overallGradeLetter |
Barcode OverallGrade as letter . e.g. "A". | |
(float) | - overallGradeAsFloat |
Barcode OverallGrade as a float value. e.g. 2.7, 3.5, 4.0. | |
(NSString *) | - symbology |
Barcode symbology name. e.g. "Data Matrix". | |
ODV Report class to show ODV/ODV2D data received from printer.
- (NSString *) data |
String representation of barcode data.
- (BOOL) failed |
Checks if the ODV operation failed.
- (NSString *) overallGrade |
Barcode OverallGrade as letter and numeric value. e.g. "A (4.0)".
- (float) overallGradeAsFloat |
Barcode OverallGrade as a float value. e.g. 2.7, 3.5, 4.0.
Useful for cases where filtering based on a specific numeric grade is required.
- (NSString *) overallGradeLetter |
Barcode OverallGrade as letter . e.g. "A".
- (NSString *) symbology |
Barcode symbology name. e.g. "Data Matrix".