Inherits from BCKCodeCharacter : NSObject
Declared in BCKCode39CodeCharacter.h

Overview

Specialized class of BCKCodeCharacter used for generating Code39 code characters.

Class Methods

codeCharacterForCharacter:

Generates a code character to represent a Code39 content character.

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

Parameters

character

The character to encode.

Return Value

The content code character for the character.

Declared In

BCKCode39CodeCharacter.h

endMarkerCodeCharacter

Generates a Code39 end marker code character.

+ (BCKCode39CodeCharacter *)endMarkerCodeCharacter

Return Value

The end marker code character.

Declared In

BCKCode39CodeCharacter.h

spacingCodeCharacter

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

+ (BCKCode39CodeCharacter *)spacingCodeCharacter

Return Value

The spacing code character.

Declared In

BCKCode39CodeCharacter.h