11#import <Foundation/Foundation.h>
13#import <UniPRT/MaxicodeModeEnum.h>
31@protocol IMaxicodeData <NSObject>
55@property (nonatomic, readonly, copy) NSString *
data;
MaxicodeModeEnum mode
The Mode used to state the format of the barcode data. See MaxicodeModeEnum for possible supported mo...
Definition IMaxicodeData.h:43
NSString * data
The barcode data that includes the primary message + secondary messages to be encoded in the barcode.
Definition IMaxicodeData.h:55