A class representing a Maxicode message structured according to the Open System Standard. More...
#include <PglMaxicodeMsgStructuredOpenSystemStandard.h>
Instance Methods | |
| (NSString *) | - data |
| Returns the encoded data of the Maxicode message. | |
Instance Methods inherited from AMaxicodeMsgStructuredOpenSystemStandard | |
| (instancetype) | - init |
| (instancetype) | - initWithMode:year:postalCode:countryCode:serviceClass:remainingMsg: |
Additional Inherited Members | |
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. | |
A class representing a Maxicode message structured according to the Open System Standard.
This class inherits from AMaxicodeMsgStructuredOpenSystemStandard and provides functionality for accessing the data of a Maxicode message structured according to the Open System Standard.
| - (NSString *) data |
Returns the encoded data of the Maxicode message.
Reimplemented from <IMaxicodeData>.