UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
OdvReport Class Reference

ODV Report class to show ODV/ODV2D data received from printer. More...

#include <OdvReport.h>

Inheritance diagram for OdvReport:

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".
 

Detailed Description

ODV Report class to show ODV/ODV2D data received from printer.

Method Documentation

◆ data

- (NSString *) data

String representation of barcode data.

Returns
A string representing the ODV data.

◆ failed

- (BOOL) failed

Checks if the ODV operation failed.

Returns
YES if the operation failed, NO otherwise.

◆ overallGrade

- (NSString *) overallGrade

Barcode OverallGrade as letter and numeric value. e.g. "A (4.0)".

Returns
A string representing the overall grade.

◆ overallGradeAsFloat

- (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.

Returns
A float representing the overall grade.

◆ overallGradeLetter

- (NSString *) overallGradeLetter

Barcode OverallGrade as letter . e.g. "A".

Returns
A string representing the overall grade letter.

◆ symbology

- (NSString *) symbology

Barcode symbology name. e.g. "Data Matrix".

Returns
A string representing the symbology.

The documentation for this class was generated from the following file: