Inherits from BCKCodeCharacter : NSObject
Declared in BCKStandard2of5CodeCharacter.h

Overview

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

Class Methods

codeCharacterForCharacter:

Generates a code character to represent a Standard/Industrial 2 of 5 content character. Only supports numeric characters.

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

Parameters

character

The character to encode.

Return Value

The content code character for the character.

Declared In

BCKStandard2of5CodeCharacter.h

spacingCodeCharacter

Generates a Standard/Industrial 2 of 5 spacing character. Spacing characters are not treated as a marker.

+ (BCKStandard2of5CodeCharacter *)spacingCodeCharacter

Return Value

The spacing code character.

Declared In

BCKStandard2of5CodeCharacter.h

startMarkerCodeCharacter

Generates a Standard/Industrial 2 of 5 start marker code character.

+ (BCKStandard2of5CodeCharacter *)startMarkerCodeCharacter

Return Value

The start marker code character.

Declared In

BCKStandard2of5CodeCharacter.h

stopMarkerCodeCharacter

Generates a Standard/Industrial 2 of 5 stop marker code character.

+ (BCKStandard2of5CodeCharacter *)stopMarkerCodeCharacter

Return Value

The stop marker code character.

Declared In

BCKStandard2of5CodeCharacter.h