BCKCode93ContentCodeCharacter Class Reference
Inherits from | BCKCode93CodeCharacter : BCKCodeCharacter : NSObject |
Declared in | BCKCode93ContentCodeCharacter.h |
Overview
Specialized subclass of BCKCode93CodeCharacter used to represent content code characters in Code93.
Instance Methods
characterValue
Return a content code character’s value. Only supports the 43 regular characters and 4 control characters.
- (NSUInteger)characterValue
Return Value
The content code character’s value.
Declared In
BCKCode93ContentCodeCharacter.h
initWithCharacter:
Initialise a content code character using one of the 43 regular characters or 4 special characters.
- (instancetype)initWithCharacter:(NSString *)character
Parameters
- character
The character to encode.
Return Value
The content code character for the character.
Declared In
BCKCode93ContentCodeCharacter.h
initWithValue:
Initialise a content code character using its character value. Only supports the 43 regular characters and 4 control characters.
- (instancetype)initWithValue:(NSUInteger)characterValue
Parameters
- characterValue
The character value to encode.
Return Value
The content code character for the character value.
Declared In
BCKCode93ContentCodeCharacter.h