A class representing a structured Maxicode message following the Open System Standard for TSPL. More...
#include <MaxicodeMsgStructuredOpenSystemStandard.h>
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. | |
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.
| - (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.
| mode | The mode of the Maxicode. |
| year | The year to be encoded. |
| postalCode | The postal code to be encoded. |
| countryCode | The country code to be encoded. |
| serviceClass | The service class to be encoded. |
| remainingMsg | The remaining message to be encoded. |
Reimplemented from AMaxicodeMsgStructuredOpenSystemStandard.
|
readnonatomicassign |
The encoded data of the Maxicode message.