Maxicode barcode data. Does not apply to Mode 2 or 3. More...
#include <IMaxicodeMsg.h>
Properties | |
NSString * | primaryMsg |
Primary Message, excluding the mode value, typically has a maximum of 9 characters. | |
NSString * | remainingMsg |
Secondary Message, typically has a maximum of 68 characters for modes with EEC or 84 characters for modes with SEC. | |
![]() | |
MaxicodeModeEnum | mode |
The Mode used to state the format of the barcode data. See MaxicodeModeEnum for possible supported modes. | |
NSString * | data |
The barcode data that includes the primary message + secondary messages to be encoded in the barcode. | |
Maxicode barcode data. Does not apply to Mode 2 or 3.
This protocol defines the interface for objects that manage Maxicode barcode data for modes other than Mode 2 or 3. It includes properties for specifying the primary and secondary messages.
|
readwritenonatomiccopy |
Primary Message, excluding the mode value, typically has a maximum of 9 characters.
The primary message in Maxicode barcode data is generally limited to 9 characters, not including the mode value.
|
readwritenonatomiccopy |
Secondary Message, typically has a maximum of 68 characters for modes with EEC or 84 characters for modes with SEC.
The secondary message in Maxicode barcode data is generally limited to 68 characters for Extended Error Correction (EEC) modes or 84 characters for Standard Error Correction (SEC) modes.