Inherits from BCKCodeCharacter : NSObject
Declared in BCKCode11CodeCharacter.h

Overview

Specialized class of BCKCodeCharacter used for generating Code11 code characters.

Class Methods

codeCharacterForCharacter:

Generates a code character to represent a Code11 content character.

+ (BCKCode11CodeCharacter *)codeCharacterForCharacter:(NSString *)character

Parameters

character

The character to encode.

Return Value

The content code character for the character.

Declared In

BCKCode11CodeCharacter.h

endMarkerCodeCharacter

Generates a Code11 end marker code character.

+ (BCKCode11CodeCharacter *)endMarkerCodeCharacter

Return Value

The end marker code character.

Declared In

BCKCode11CodeCharacter.h

spacingCodeCharacter

Generates a Code11 spacing character. Code11 spacing characters are not treated as markers.

+ (BCKCode11CodeCharacter *)spacingCodeCharacter

Return Value

The spacing marker code character.

Declared In

BCKCode11CodeCharacter.h