Inherits from BCKInterleaved2of5CodeCharacter : BCKCodeCharacter : NSObject
Declared in BCKInterleaved2of5DigitPairCodeCharacter.h

Overview

Specialized subclass of BCKInterleaved2of5CodeCharacter which represents two digits.

Instance Methods

initWithDigitCharacter1:andDigitCharacter2:

Initialises the class with a pair of characters to be interleaved together.

- (instancetype)initWithDigitCharacter1:(NSString *)digit1 andDigitCharacter2:(NSString *)digit2

Parameters

digit1

The first digit.

digit2

The second digit.

Return Value

The encoded digit code character.

Declared In

BCKInterleaved2of5DigitPairCodeCharacter.h