BCKMSIContentCodeCharacter Class Reference
| Inherits from | BCKMSICodeCharacter : BCKCodeCharacter : NSObject |
| Declared in | BCKMSIContentCodeCharacter.h |
Overview
Specialized class of BCKMSICodeCharacter used for generating MSI codes and representing content characters.
Properties
Instance Methods
characterValue
Return a content code character’s value. Only supports numeric characters.
- (NSUInteger)characterValueReturn Value
The content code character’s value.
Declared In
BCKMSIContentCodeCharacter.hinitWithCharacter:
- (instancetype)initWithCharacter:(NSString *)characterParameters
- character
The character.
Declared In
BCKMSIContentCodeCharacter.hinitWithCharacterValue:isCheckDigit:
- (instancetype)initWithCharacterValue:(NSUInteger)characterValue isCheckDigit:(BOOL)isCheckDigitParameters
- characterValue
The character value to encode.
- isCheckDigit
Whether the character is a check digit (
YES) or a regular check digit (NO).
Declared In
BCKMSIContentCodeCharacter.h