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

A class representing a structured Maxicode message following the Open System Standard for TSPL. More...

#include <MaxicodeMsgStructuredOpenSystemStandard.h>

Inheritance diagram for MaxicodeMsgStructuredOpenSystemStandard:
AMaxicodeMsgStructuredOpenSystemStandard <IMaxicodeMsgStructuredOpenSystemStandard> <IMaxicodeData>

Instance Methods

(instancetype) - initWithMode:year:postalCode:countryCode:serviceClass:remainingMsg:
 Initializes a new instance of the MaxicodeMsgStructuredOpenSystemStandard class with the specified mode, year, postal code, country code, service class, and remaining message.
 
- Instance Methods inherited from AMaxicodeMsgStructuredOpenSystemStandard
(instancetype) - init
 

Properties

NSString * data
 The encoded data of the Maxicode message.
 
- Properties inherited from AMaxicodeMsgStructuredOpenSystemStandard
NSString * postalCode
 
NSString * countryCode
 
NSString * serviceClass
 
NSString * year
 
NSString * remainingMsg
 
MaxicodeModeEnum mode
 
- Properties inherited from <IMaxicodeMsgStructuredOpenSystemStandard>
NSString * postalCode
 
NSString * countryCode
 
NSString * serviceClass
 
NSString * year
 
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.
 
NSString * data
 The barcode data that includes the primary message + secondary messages to be encoded in the barcode.
 

Detailed Description

A class representing a structured Maxicode message following the Open System Standard for TSPL.

This class inherits from AMaxicodeMsgStructuredOpenSystemStandard and provides functionality for initializing and accessing the data of a structured Maxicode message following the Open System Standard in TSPL.

Method Documentation

◆ initWithMode:year:postalCode:countryCode:serviceClass:remainingMsg:

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

Initializes a new instance of the MaxicodeMsgStructuredOpenSystemStandard class with the specified mode, year, postal code, country code, service class, and remaining message.

Parameters
modeThe mode of the Maxicode.
yearThe year to be encoded.
postalCodeThe postal code to be encoded.
countryCodeThe country code to be encoded.
serviceClassThe service class to be encoded.
remainingMsgThe remaining message to be encoded.
Returns
A new instance of MaxicodeMsgStructuredOpenSystemStandard.

Reimplemented from AMaxicodeMsgStructuredOpenSystemStandard.

Property Documentation

◆ data

- (NSString*) data
readnonatomicassign

The encoded data of the Maxicode message.


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