Inherits from BCKGTINSupplementCodeCharacter : BCKCodeCharacter : NSObject
Declared in BCKGTINSupplementDataCodeCharacter.h

Overview

Specialized class of BCKGTINSupplementCodeCharacter used for representing EAN-2/5 Supplement digit characters.

Instance Methods

initWithDigit:encoding:

Generates a code character to represent a EAN-2/5 Supplement digit with a specific BCKGTINSupplementCodeCharacterEncoding.

- (instancetype)initWithDigit:(NSUInteger)digit encoding:(BCKGTINSupplementCodeCharacterEncoding)encoding

Parameters

digit

The digit to encode.

encoding

The BCKGTINSupplementCodeCharacterEncoding to use.

Return Value

The digit code character.

Declared In

BCKGTINSupplementDataCodeCharacter.h