UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
<IMaxicodeMsg> Protocol Reference

Maxicode barcode data. Does not apply to Mode 2 or 3. More...

#include <IMaxicodeMsg.h>

Inheritance diagram for <IMaxicodeMsg>:
<IMaxicodeData> AMaxicodeMsg MaxicodeMsg PglMaxicodeMsg

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.
 
- Properties inherited from <IMaxicodeData>
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.
 

Detailed Description

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.

Property Documentation

◆ primaryMsg

- (NSString*) primaryMsg
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.

◆ remainingMsg

- (NSString*) remainingMsg
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.


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