BCKInterleaved2of5CodeCharacter Class Reference
Inherits from | BCKCodeCharacter : NSObject |
Declared in | BCKInterleaved2of5CodeCharacter.h |
Overview
Specialized class of BCKCodeCharacter used for generating Interleaved 2 of 5 codes. Interleaves a pair of digit characters together.
Class Methods
codeCharacterForDigitCharacter1:andDigitCharacter2:
Generates a code character to represent a digit character.
+ (BCKInterleaved2of5CodeCharacter *)codeCharacterForDigitCharacter1:(NSString *)digit1 andDigitCharacter2:(NSString *)digit2
Parameters
- digit1
The first digit to encode.
- digit2
The second digit to encode.
Return Value
The encoded digit code character.
Declared In
BCKInterleaved2of5CodeCharacter.h