Inherits from BCKStandard2of5CodeCharacter : BCKCodeCharacter : NSObject
Declared in BCKStandard2of5ContentCodeCharacter.h

Overview

Specialized class of BCKCodeCharacter used for generating Standard 2 of 5 codes.

Instance Methods

characterValue

The value of the character encoded by the content code character.

- (NSUInteger)characterValue

Declared In

BCKStandard2of5ContentCodeCharacter.h

initWithCharacter:

Initialise a content code character using a character. Only supports numeric characters.

- (instancetype)initWithCharacter:(NSString *)character

Parameters

character

The character.

Return Value

The content code character for the character.

Declared In

BCKStandard2of5ContentCodeCharacter.h

initWithCharacterValue:

Initialise a content code character using its character value.

- (instancetype)initWithCharacterValue:(NSUInteger)characterValue

Parameters

characterValue

The character value to encode.

Return Value

The content code character for the character value.

Declared In

BCKStandard2of5ContentCodeCharacter.h