A class representing a structured Maxicode message. More...
#include <PglMaxicodeMsgStructured.h>
Instance Methods | |
(instancetype) | - initWithMode:postalCode:countryCode:serviceClass:remainingMsg: |
Initializes a new instance of the PglMaxicodeMsgStructured class with the specified mode, postal code, country code, service class, and remaining message. | |
![]() | |
(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. | |
![]() | |
NSString * | postalCode |
NSString * | countryCode |
NSString * | serviceClass |
NSString * | remainingMsg |
MaxicodeModeEnum | mode |
![]() | |
NSString * | postalCode |
NSString * | countryCode |
NSString * | serviceClass |
NSString * | remainingMsg |
![]() | |
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.
This class inherits from AMaxicodeMsgStructured and provides functionality for initializing and accessing the data of a structured Maxicode message.
- (instancetype) initWithMode: | (MaxicodeModeEnum) | mode | |
postalCode: | (NSString *) | postalCode | |
countryCode: | (NSString *) | countryCode | |
serviceClass: | (NSString *) | serviceClass | |
remainingMsg: | (NSString *) | remainingMsg |
Initializes a new instance of the PglMaxicodeMsgStructured 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.