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

This class is only applicable for Mode 2 or 3. More...

#include <AMaxicodeMsgStructured.h>

Inheritance diagram for AMaxicodeMsgStructured:
<IMaxicodeMsgStructured> <IMaxicodeData> MaxicodeMsgStructured PglMaxicodeMsgStructured

Instance Methods

(instancetype) - init
 
(instancetype) - initWithMode:postalCode:countryCode:serviceClass:remainingMsg:
 
(NSString *) - data
 The barcode data that includes the primary message + secondary messages to be encoded in the barcode.
 

Properties

NSString * postalCode
 
NSString * countryCode
 
NSString * serviceClass
 
NSString * remainingMsg
 
MaxicodeModeEnum mode
 
- Properties inherited from <IMaxicodeMsgStructured>
NSString * postalCode
 
NSString * countryCode
 
NSString * serviceClass
 
NSString * remainingMsg
 
- Properties inherited from <IMaxicodeData>
MaxicodeModeEnum mode
 The Mode used to state the format of the barcode data. See MaxicodeModeEnum for possible supported modes.
 

Detailed Description

This class is only applicable for Mode 2 or 3.

Provides functionality specific to Maxicode messages that use Mode 2 or 3. This class handles the structured message format used in Maxicode for these modes, which are typically utilized for shipping and postal purposes.

Method Documentation

◆ data

- (NSString *) data

The barcode data that includes the primary message + secondary messages to be encoded in the barcode.

Reimplemented from <IMaxicodeData>.

◆ init

- (instancetype) init

◆ initWithMode:postalCode:countryCode:serviceClass:remainingMsg:

- (instancetype) initWithMode: (MaxicodeModeEnum) mode
postalCode: (NSString *) postalCode
countryCode: (NSString *) countryCode
serviceClass: (NSString *) serviceClass
remainingMsg: (NSString *) NS_DESIGNATED_INITIALIZER 

Property Documentation

◆ countryCode

- (NSString*) countryCode
readwritenonatomiccopy

◆ mode

- (MaxicodeModeEnum) mode
readwritenonatomicassign

◆ postalCode

- (NSString*) postalCode
readwritenonatomiccopy

◆ remainingMsg

- (NSString*) remainingMsg
readwritenonatomiccopy

◆ serviceClass

- (NSString*) serviceClass
readwritenonatomiccopy

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