A class representing a structured Maxicode message for TSPL. More...
#include <MaxicodeMsgStructured.h>
Instance Methods | |
| (instancetype) | - initWithMode:postalCode:countryCode:serviceClass:remainingMsg: |
| Initializes a new instance of the MaxicodeMsgStructured class with the specified mode, postal code, country code, service class, and remaining message. | |
Instance Methods inherited from AMaxicodeMsgStructured | |
| (instancetype) | - init |
| (NSString *) | - data |
| The barcode data that includes the primary message + secondary messages to be encoded in the barcode. | |
Properties | |
| NSString * | data |
| The encoded data of the Maxicode message. | |
Properties inherited from AMaxicodeMsgStructured | |
| 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. | |
A class representing a structured Maxicode message for TSPL.
This class inherits from AMaxicodeMsgStructured and provides functionality for initializing and accessing the data of a structured Maxicode message in TSPL.
| - (instancetype) initWithMode: | (MaxicodeModeEnum) | mode | |
| postalCode: | (NSString *) | postalCode | |
| countryCode: | (NSString *) | countryCode | |
| serviceClass: | (NSString *) | serviceClass | |
| remainingMsg: | (NSString *) | remainingMsg |
Initializes a new instance of the MaxicodeMsgStructured class with the specified mode, postal code, country code, service class, and remaining message.
| mode | The mode of the Maxicode. |
| 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 AMaxicodeMsgStructured.
|
readnonatomicassign |
The encoded data of the Maxicode message.