BCKStandard2of5ContentCodeCharacter Class Reference
| Inherits from | BCKStandard2of5CodeCharacter : BCKCodeCharacter : NSObject |
| Declared in | BCKStandard2of5ContentCodeCharacter.h |
Instance Methods
characterValue
The value of the character encoded by the content code character.
- (NSUInteger)characterValueDeclared In
BCKStandard2of5ContentCodeCharacter.hinitWithCharacter:
Initialise a content code character using a character. Only supports numeric characters.
- (instancetype)initWithCharacter:(NSString *)characterParameters
- character
The character.
Return Value
The content code character for the character.
Declared In
BCKStandard2of5ContentCodeCharacter.hinitWithCharacterValue:
Initialise a content code character using its character value.
- (instancetype)initWithCharacterValue:(NSUInteger)characterValueParameters
- characterValue
The character value to encode.
Return Value
The content code character for the character value.
Declared In
BCKStandard2of5ContentCodeCharacter.h