Inherits from BCKCode128CodeCharacter : BCKCodeCharacter : NSObject
Declared in BCKCode128ContentCodeCharacter.h

Overview

Specialized subclass of BCKCode128CodeCharacter used to represent content code characters in Code128.

Class Methods

binaryStringAtPosition:

Returns the binary string for character at a given position in the Code128 table.

+ (BCKBarString *)binaryStringAtPosition:(NSUInteger)position

Parameters

position

The position in the Code128 table to return.

Return Value

The binary string of the character at the provided position.

Declared In

BCKCode128ContentCodeCharacter.h

code128VersionNeeded:error:

Returns the Code128 version needed to encode a provided string.

+ (BCKCode128Version)code128VersionNeeded:(NSString *)content error:(NSError **)error

Parameters

content

The string to be encoded using Code128.

error

If there is a problem determining the required Code128 version for encoding the instance of NSError contains error details.

Return Value

The Code128 version needed to encode the content string.

Declared In

BCKCode128ContentCodeCharacter.h