Inherits from BCKCodabarCodeCharacter : BCKCodeCharacter : NSObject
Declared in BCKCodabarContentCodeCharacter.h

Overview

Specialized class of BCKCodeCharacter used for generating Codabar codes.

Properties

character

The character encoded by the content code character.

@property (nonatomic, readonly) NSString *character

Declared In

BCKCodabarContentCodeCharacter.h

Instance Methods

initWithCharacter:

Initialise a content code character using a character. Only supports the 10 numeric characters and ‘-’, ‘$’, ‘:’, ‘/’, ‘.’ and ‘+’ (without the apostrophs).

- (instancetype)initWithCharacter:(NSString *)character

Parameters

character

The character.

Return Value

The content code character for the character.

Declared In

BCKCodabarContentCodeCharacter.h