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)characterValue
Return Value
The content code character’s value.
Declared In
BCKMSIContentCodeCharacter.h
initWithCharacter:
- (instancetype)initWithCharacter:(NSString *)character
Parameters
- character
The character.
Declared In
BCKMSIContentCodeCharacter.h
initWithCharacterValue:isCheckDigit:
- (instancetype)initWithCharacterValue:(NSUInteger)characterValue isCheckDigit:(BOOL)isCheckDigit
Parameters
- 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